Skip to content

Commit

Permalink
cicd(marketplace): Enable publish to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Aug 13, 2023
1 parent 5662f3c commit 0e74e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
files: build/*.vsix
tag_name: "v.${{ steps.package-version.outputs.current-version}}"
generate_release_notes: true
# - name: Publish to Marketplace
# run: npx vsce publish --no-git-tag-version --packagePath $(find . -iname *.vsix)
# env:
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: Publish to Marketplace
run: npx vsce publish --no-git-tag-version --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 0e74e3e

Please sign in to comment.