Skip to content

Commit 39b02ba

Browse files
committed
CI: use softprops/action-gh-release@v2
1 parent 97fd0fa commit 39b02ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Release
4343
if: steps.check.outputs.changed == 'true'
44-
uses: softprops/action-gh-release@v1
44+
uses: softprops/action-gh-release@v2
4545
with:
4646
tag_name: ${{ steps.check.outputs.version }}
4747
prerelease: false

0 commit comments

Comments
 (0)