Skip to content

Commit 68f0c58

Browse files
authored
fix(ci): add PAT to publish command (#330)
1 parent 6aa4695 commit 68f0c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: Publish to marketplace
4040
run: |
4141
echo "Publishing ${VSIX_PATH} to marketplace"
42-
npx vsce publish --packagePath "${VSIX_PATH}"
42+
npx vsce publish --packagePath "${VSIX_PATH}" -p ${VSCE_PAT}
4343
env:
4444
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)