Skip to content

Commit fe51ca4

Browse files
chore(deps): update ncipollo/release-action action to v1.20.0
1 parent 7fc6cbb commit fe51ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tag-And-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tagging_message: '${{ steps.parse.outputs.version }}'
5050
- name: Create release
5151
if: steps.tag_check.outputs.exists == 'false'
52-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
52+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
5353
with:
5454
tag: ${{ steps.parse.outputs.version }}
5555
prerelease: true

0 commit comments

Comments
 (0)