Skip to content
Snippets Groups Projects
Commit 46743c9b authored by rschamp's avatar rschamp
Browse files

Make git tagging do the thing

parent d573e345
No related branches found
No related tags found
No related merge requests found
......@@ -101,11 +101,11 @@ jobs:
keys:
- v1-dist-{{ .Revision }}
- run: npm version --no-git-tag-version $RELEASE_VERSION
- run: echo git tag $RELEASE_VERSION
- run: echo git push $CIRCLE_REPOSITORY_URL $RELEASE_VERSION
- run: |
npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
npm publish --dry-run
- run: git tag $RELEASE_VERSION
- run: git push $CIRCLE_REPOSITORY_URL $RELEASE_VERSION
deploy-requirements: &deploy-requirements
requires:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment