We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8ca39 commit a72deceCopy full SHA for a72dece
1 file changed
.github/workflows/github-release.yml
@@ -14,9 +14,8 @@ jobs:
14
with:
15
fetch-depth: 0
16
- name: Automatic GitHub Release
17
- uses: justincy/github-action-npm-release@2.0.1
+ uses: justincy/github-action-npm-release@2.0.2
18
id: release
19
- name: Print release output
20
if: ${{ steps.release.outputs.released == 'true' }}
21
run: echo Release ID ${{ steps.release.outputs.release_id }}
22
-
0 commit comments