Skip to content

Commit 11595ff

Browse files
committed
release v0.1.28
1 parent 34da535 commit 11595ff

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
@@ -25,7 +25,7 @@ jobs:
2525
sed -i "s/\"version\": \".*\",/\"version\": \"${CIRCLE_TAG:1}\",/" package.json
2626
- run:
2727
name: "Publish to Marketplace"
28-
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation --pre-release
28+
command: npx vsce publish -p $VSCE_TOKEN --allow-star-activation
2929
workflows:
3030
version: 2
3131
build-and-publish:

0 commit comments

Comments
 (0)