Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Change to tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Olson committed Aug 2, 2019
1 parent 939daf6 commit 68b9f8e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- attach_workspace:
at: .
- run: echo '//npm.pkg.github.com/:_authToken=${GPR_TOKEN}' > ~/.npmrc
- run: npm version --no-git-tag-version from-git
- run: npm version --no-git-tag-version $CIRCLE_TAG
- run: npm publish
workflows:
version: 2
Expand All @@ -47,6 +47,11 @@ workflows:
paths: '*'
- publish:
context: package-publisher
filters:
tags:
only: /^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/
branches:
ignore: /.*/
requires:
- test-10
- test-12

0 comments on commit 68b9f8e

Please sign in to comment.