We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fb9e1 commit 205f7dfCopy full SHA for 205f7df
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem
47
48
- name: release
49
- uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # pin@v1.14.0
+ uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # pin@v1.15.0
50
with:
51
artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
52
tag: "v${{ env.GEM_VERSION }}"
0 commit comments