We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff7981 commit 999880bCopy full SHA for 999880b
1 file changed
.github/workflows/release.yml
@@ -57,4 +57,5 @@ jobs:
57
run: |
58
ls
59
VSIX_FILE=$(ls github-actions-enhanced-*.vsix | head -1)
60
+ npx @vscode/vsce verify-pat --azure-credential
61
npx @vscode/vsce publish --azure-credential -i "$VSIX_FILE"
0 commit comments