Skip to content

Commit 119a4b8

Browse files
committed
main - test run github action
1 parent 67dabf9 commit 119a4b8

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version: 14.12.0
1818
- run: npm install
1919
- run: npm install -g vsce
20+
- run: vsce package
2021
# Read the version from the package.json file
2122
- run: echo "VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_ENV
2223
# Upload the VSIX file as an artifact with version number
@@ -25,10 +26,10 @@ jobs:
2526
name: commit-extension-${{ env.VERSION }}
2627
path: ./*.vsix
2728

28-
# Upload the VSIX file to the Github release
29-
- name: Create Release
30-
uses: softprops/action-gh-release@v1
31-
with:
32-
files: ./*.vsix
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 }}

0 commit comments

Comments
 (0)