Skip to content

Commit a2b1b7f

Browse files
authored
Merge pull request #341 from github/dependabot/github_actions/ncipollo/release-action-1.20.0
Bump ncipollo/release-action from 1.18.0 to 1.20.0
2 parents 83de5d9 + 62bbc41 commit a2b1b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@bcfe5470707e8832e12347755757cec0eb3c22af # pin@v1.18.0
52+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # pin@v1.20.0
5353
with:
5454
artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
5555
tag: "v${{ env.GEM_VERSION }}"

0 commit comments

Comments
 (0)