Skip to content

Commit a72dece

Browse files
authored
Update github-release.yml
1 parent 4f8ca39 commit a72dece

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/github-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Automatic GitHub Release
17-
uses: justincy/github-action-npm-release@2.0.1
17+
uses: justincy/github-action-npm-release@2.0.2
1818
id: release
1919
- name: Print release output
2020
if: ${{ steps.release.outputs.released == 'true' }}
2121
run: echo Release ID ${{ steps.release.outputs.release_id }}
22-

0 commit comments

Comments
 (0)