2 Commits
0.1.2 ... 0.1.4

Author SHA1 Message Date
28bde76ddd Fix tag release 2020-03-21 20:30:18 +03:00
7a8b87530c Fix tag release 2020-03-21 20:21:51 +03:00

View File

@ -19,13 +19,17 @@ jobs:
- run: npm run build
- run: npm run build:dev
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- run: npm publish --tag "${CIRCLE_TAG}" --access public
- run: npm version --no-git-tag-version --force "${CIRCLE_TAG}"
- run: npm publish --access public
workflows:
version: 2
test_and_publish:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- build_and_publish:
requires:
- test
@ -33,4 +37,4 @@ workflows:
tags:
only: /.*/
branches:
ignore: /.*/
ignore: /.*/