Skip to content

Commit e2a0264

Browse files
committed
Update softprops/action-gh-release to version 2.2.1
1 parent 76b88a5 commit e2a0264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-on-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Calculate sha256
2626
run: sha256sum *.nvda-addon >> changelog.md
2727
- name: Release
28-
uses: softprops/action-gh-release@v2.2.0
28+
uses: softprops/action-gh-release@v2.2.1
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
with:

0 commit comments

Comments
 (0)