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.
2 parents 7372380 + 7bacfb9 commit 8d1d5d9Copy full SHA for 8d1d5d9
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
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
50
51
- name: release
52
- uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # pin@v1.15.0
+ uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # pin@v1.16.0
53
with:
54
artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
55
tag: "v${{ env.GEM_VERSION }}"
0 commit comments