File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
40
40
exit 1
41
41
fi
42
42
43
- # - name: Create GitHub release
44
- # uses: softprops/action-gh-release@v1
45
- # with:
46
- # tag_name: v${{ steps.package_vsix.outputs.version }}
47
- # token: ${{ secrets.GITHUB_TOKEN }}
48
- # files: ${{ steps.package_vsix.outputs.vsix_path }}
49
-
50
- # - name: Publish to MS Marketplace
51
- # run: |
52
- # npx vsce publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
53
- # env:
54
- # VSCE_PAT: ${{ secrets.VSCE_PAT }}
43
+ - name : Create GitHub release
44
+ uses : softprops/action-gh-release@v1
45
+ with :
46
+ tag_name : v${{ steps.package_vsix.outputs.version }}
47
+ token : ${{ secrets.GITHUB_TOKEN }}
48
+ files : ${{ steps.package_vsix.outputs.vsix_path }}
49
+
50
+ - name : Publish to MS Marketplace
51
+ run : |
52
+ npx vsce publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
53
+ env :
54
+ VSCE_PAT : ${{ secrets.VSCE_PAT }}
55
55
56
56
# - name: Publish to Open VSX Registry
57
57
# run: |
You can’t perform that action at this time.
0 commit comments