Skip to content

Commit 5e3809d

Browse files
committed
chore: Remove pre-release flag from vsce publish command
1 parent d8e7851 commit 5e3809d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sed -i "s/\"version\": \".*\",/\"version\": \"${CIRCLE_TAG:1}\",/" package.json
5656
- run:
5757
name: "Publish to Marketplace"
58-
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation --pre-release
58+
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation
5959
workflows:
6060
version: 2
6161
build-and-publish:

0 commit comments

Comments
 (0)