Skip to content

Commit

Permalink
chore: Update CircleCI configuration to remove pre-release flag for v…
Browse files Browse the repository at this point in the history
…sce publish command
  • Loading branch information
yangbobo2021 committed Jun 12, 2024
1 parent 7c5153d commit db261ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sed -i "s/\"version\": \".*\",/\"version\": \"${CIRCLE_TAG:1}\",/" package.json
- run:
name: "Publish to Marketplace"
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation --pre-release
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation
workflows:
version: 2
build-and-publish:
Expand Down

0 comments on commit db261ff

Please sign in to comment.