Skip to content

Commit

Permalink
deploy?
Browse files Browse the repository at this point in the history
  • Loading branch information
tinahollygb committed Nov 10, 2022
1 parent 7dd931a commit 842fcd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
growthbook-*.vsix
if-no-files-found: error

# - name: Publish to Marketplace
# env:
# VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
# run: |
# npx vsce publish -p $VSCE_TOKEN
- name: Publish to Marketplace
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
run: |
npx vsce publish -p $VSCE_TOKEN

0 comments on commit 842fcd2

Please sign in to comment.