Skip to content

Commit bb05227

Browse files
committed
remove pre-release flag
1 parent 4e54031 commit bb05227

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)