Skip to content

Commit a3e82c0

Browse files
committed
Update action-gh-release to version 2 in the GitHub workflow
- Changed action-gh-release from v1 to v2 for uploading VSIX to release
1 parent 61f45ab commit a3e82c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-publish.yaml

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

6363
# Upload VSIX to release
6464
- name: Upload VSIX to Release
65-
uses: softprops/action-gh-release@v1
65+
uses: softprops/action-gh-release@v2
6666
with:
6767
files: "*.vsix"
6868
tag_name: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)