File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments