Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
build: dont git tag and commit for version change
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Oct 24, 2019
1 parent bfdff99 commit af6b3ef
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 @@ -62,7 +62,7 @@ jobs:
at: ~/repo
- run:
name: Set package version
command: npm version 1.0.0-$CIRCLE_BUILD_NUM
command: npm --no-git-tag-version version 1.0.0-$CIRCLE_BUILD_NUM
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
Expand Down

0 comments on commit af6b3ef

Please sign in to comment.