We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473fbc2 commit 74099d8Copy full SHA for 74099d8
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Package
21
run: npx vsce package --no-yarn --dependencies
22
23
- - run: npx vsce publish --no-yarn --dependencies --target win32-x64 linux-x64 linux-arm64 darwin-x64 darwin-arm64
+ - run: npx vsce publish -p $VSCE_PAT --no-yarn --dependencies --target win32-x64 linux-x64 linux-arm64 darwin-x64 darwin-arm64
24
name: Publish
25
env:
26
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments