We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9db1a7d + 3b9411d commit ced196dCopy full SHA for ced196d
1 file changed
.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@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # pin@v1.20.0
+ uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # pin@v1.21.0
53
with:
54
artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
55
tag: "v${{ env.GEM_VERSION }}"
0 commit comments