Skip to content

Commit 1da1ed5

Browse files
committed
Update .circleci/config.yml to remove pre-release flag in publish command
1 parent 9523446 commit 1da1ed5

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)