Skip to content

Commit 9c83cce

Browse files
committed
ci: Remove --pre-release flag for stable releases
1 parent 32617c0 commit 9c83cce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,11 @@ jobs:
135135
command: |
136136
vsce publish \
137137
--pat "${{ secrets.MANAGED_FLOX_VSCODE_AZURE_DEVOPS_TOKEN_MANAGE_MARKETPLACE }}" \
138-
--allow-star-activation \
139-
--pre-release
138+
--allow-star-activation
140139
141140
- name: "Publish to Open-VSX.org"
142141
uses: "flox/activate-action@main"
143142
with:
144143
command: |
145144
ovsx publish \
146-
--pat "${{ secrets.MANAGED_FLOX_VSCODE_OPEN_VSX_TOKEN_MARKETPLACE }}" \
147-
--pre-release
145+
--pat "${{ secrets.MANAGED_FLOX_VSCODE_OPEN_VSX_TOKEN_MARKETPLACE }}"

0 commit comments

Comments
 (0)