Skip to content

Commit db261ff

Browse files
committed
chore: Update CircleCI configuration to remove pre-release flag for vsce publish command
1 parent 7c5153d commit db261ff

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)