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 0f2d4a1 commit 0b47348Copy full SHA for 0b47348
.github/workflows/nightly-publish.yml
@@ -54,8 +54,8 @@ jobs:
54
- name: Publish to VS Code Marketplace (Nightly channel)
55
env:
56
VSCE_PAT: ${{ secrets.VSCE_PAT_NIGHTLY }}
57
- run: npx vsce publish --pre-release --packagePath "bin/$(/bin/ls bin | head -n1)"
+ run: npx vsce publish --packagePath "bin/$(/bin/ls bin | head -n1)"
58
- name: Publish to Open VSX
59
60
OVSX_PAT: ${{ secrets.OVSX_PAT }}
61
- run: npx ovsx publish "bin/$(ls bin | head -n1)" --pre-release
+ run: npx ovsx publish "bin/$(ls bin | head -n1)"
0 commit comments