We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119a4b8 commit 7adceaaCopy full SHA for 7adceaa
1 file changed
.github/workflows/build-deploy.yml
@@ -3,8 +3,6 @@ run-name: Initiated by ${{ github.actor }}
3
# Run on main branch with tag v*.*.*
4
on:
5
push:
6
- branches:
7
- - main
8
tags:
9
- v*.*.*
10
jobs:
@@ -26,10 +24,10 @@ jobs:
26
24
name: commit-extension-${{ env.VERSION }}
27
25
path: ./*.vsix
28
29
- # # Upload the VSIX file to the Github release
30
- # - name: Create Release
31
- # uses: softprops/action-gh-release@v1
32
- # with:
33
- # files: ./*.vsix
34
- # env:
35
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # Upload the VSIX file to the Github release
+ - name: Create Release
+ uses: softprops/action-gh-release@v1
+ with:
+ files: ./*.vsix
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments