Skip to content

Commit 3c82007

Browse files
committed
main - test run github action
1 parent 21c2c19 commit 3c82007

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ jobs:
2323
- uses: actions/upload-artifact@v3
2424
with:
2525
name: commit-extension-${{ env.VERSION }}
26-
path: ./*.vsix
26+
path: ./*.vsix
27+
28+
# Upload the VSIX file to the Github release
29+
- uses: softprops/action-gh-release@v1
30+
with:
31+
files: ./*.vsix
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)