3 Commits
0.1.1 ... 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
4094badb20 Fix tag release 2020-03-21 20:18:38 +03:00

View File

@ -19,18 +19,22 @@ 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
filters:
tags:
only: /^\d+\.\d+\.\d+$/
only: /.*/
branches:
ignore: /.*/