We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e2ea0 commit 5890be8Copy full SHA for 5890be8
.github/workflows/release.yaml
@@ -29,3 +29,13 @@ jobs:
29
chmod 0600 ~/.gem/credentials
30
- name: Publish gem to GitHub packages
31
run: gem push --key github --host https://rubygems.pkg.github.com/openvoxproject *.gem
32
+ - name: Create Release Page
33
+ shell: bash
34
+ env:
35
+ GH_TOKEN: ${{ github.token }}
36
+ run: gh release create ${{ github.ref_name }} --generate-notes
37
+ - name: Attach gem to GitHub Release
38
39
40
41
+ run: gh release upload ${{ github.ref_name }} pkg/*.gem
0 commit comments