Skip to content

Commit ed1c731

Browse files
committed
Add specific publisher
1 parent 999880b commit ed1c731

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
gh release download "$VERSION_TAG" --pattern "*.vsix" --repo "${{ github.repository }}"
5656
- name: 🚀 Publish to VS Code Marketplace
5757
run: |
58-
ls
5958
VSIX_FILE=$(ls github-actions-enhanced-*.vsix | head -1)
60-
npx @vscode/vsce verify-pat --azure-credential
59+
npx @vscode/vsce verify-pat --azure-credential justin-grote
6160
npx @vscode/vsce publish --azure-credential -i "$VSIX_FILE"

0 commit comments

Comments
 (0)