Skip to content

Commit 55f5be9

Browse files
committed
Update release action
1 parent 778a484 commit 55f5be9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ jobs:
4040
exit 1
4141
fi
4242
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 }}
5555

5656
# - name: Publish to Open VSX Registry
5757
# run: |

0 commit comments

Comments
 (0)