Skip to content

Commit 0b47348

Browse files
committed
Don't use the --pre-release flag
1 parent 0f2d4a1 commit 0b47348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Publish to VS Code Marketplace (Nightly channel)
5555
env:
5656
VSCE_PAT: ${{ secrets.VSCE_PAT_NIGHTLY }}
57-
run: npx vsce publish --pre-release --packagePath "bin/$(/bin/ls bin | head -n1)"
57+
run: npx vsce publish --packagePath "bin/$(/bin/ls bin | head -n1)"
5858
- name: Publish to Open VSX
5959
env:
6060
OVSX_PAT: ${{ secrets.OVSX_PAT }}
61-
run: npx ovsx publish "bin/$(ls bin | head -n1)" --pre-release
61+
run: npx ovsx publish "bin/$(ls bin | head -n1)"

0 commit comments

Comments
 (0)