Skip to content

Commit

Permalink
Merge pull request #80 from probe-rs/ci_update
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
noppej authored Jan 22, 2024
2 parents 5d1d37f + d1c186b commit 07c7c6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
- run: npm install -g vsce
- run: npm run pretest
- name: Finally, publish to the marketplace.
run: npm run publish --pat ${{ secrets.VS_MARKETPLACE_TOKEN }}
run: npm run publish
env:
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}

0 comments on commit 07c7c6e

Please sign in to comment.