We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e6e68 commit 99747e6Copy full SHA for 99747e6
1 file changed
.github/workflows/release.yml
@@ -54,4 +54,6 @@ jobs:
54
file: ^github-actions-enhanced-.*\.vsix$
55
regex: true
56
- name: 🚀 Publish to VS Code Marketplace
57
- run: npx @vscode/vsce publish --azure-credential -i github-actions-enhanced-*.vsix
+ run: |
58
+ VSIX_FILE=$(ls github-actions-enhanced-*.vsix | head -1)
59
+ npx @vscode/vsce publish --azure-credential -i "$VSIX_FILE"
0 commit comments