Skip to content

Commit ced196d

Browse files
authored
Merge pull request #407 from github/dependabot/github_actions/ncipollo/release-action-1.21.0
Bump ncipollo/release-action from 1.20.0 to 1.21.0
2 parents 9db1a7d + 3b9411d commit ced196d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
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
5050
5151
- name: release
52-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # pin@v1.20.0
52+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # pin@v1.21.0
5353
with:
5454
artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
5555
tag: "v${{ env.GEM_VERSION }}"

0 commit comments

Comments
 (0)