Skip to content

Commit 5b13663

Browse files
authored
force circle tag
1 parent a810d9b commit 5b13663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deployment:
3030
# Publish to NPM
3131
- npm install -g npm-cli-login
3232
- npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
33-
- git checkout -f master
33+
- git checkout -f $CIRCLE_TAG
3434
# Set the version number
3535
- sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
3636
- npm install publish

0 commit comments

Comments
 (0)