Skip to content

Commit c5f9df5

Browse files
committed
build: Remove pre-release flag from marketplace publish command
- Remove --pre-release flag from vsce publish command in CircleCI config - Adjust marketplace publishing process for regular release deployment - Update deployment configuration for release_1.52
1 parent 68b3ca3 commit c5f9df5

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
@@ -63,7 +63,7 @@ jobs:
6363
sed -i "s/\"version\": \".*\",/\"version\": \"${CIRCLE_TAG:1}\",/" package.json
6464
- run:
6565
name: "Publish to Marketplace"
66-
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation --pre-release
66+
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation
6767
workflows:
6868
version: 2
6969
build-and-publish:

0 commit comments

Comments
 (0)