Skip to content

Commit 7adceaa

Browse files
committed
main - test run github action
1 parent 119a4b8 commit 7adceaa

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ run-name: Initiated by ${{ github.actor }}
33
# Run on main branch with tag v*.*.*
44
on:
55
push:
6-
branches:
7-
- main
86
tags:
97
- v*.*.*
108
jobs:
@@ -26,10 +24,10 @@ jobs:
2624
name: commit-extension-${{ env.VERSION }}
2725
path: ./*.vsix
2826

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 }}
27+
# Upload the VSIX file to the Github release
28+
- name: Create 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)