Skip to content

Commit

Permalink
Updated publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Sep 7, 2022
1 parent 74099d8 commit de0c208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Package
run: npx vsce package --no-yarn --dependencies

- run: npx vsce publish -p $VSCE_PAT --no-yarn --dependencies --target win32-x64 linux-x64 linux-arm64 darwin-x64 darwin-arm64
- run: npx vsce publish --no-yarn --dependencies --target win32-x64 linux-x64 linux-arm64 darwin-x64 darwin-arm64
name: Publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
Expand Down

0 comments on commit de0c208

Please sign in to comment.