Skip to content

Commit

Permalink
update circle.yml to accept beta or rc tags (#3321)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellochar authored Mar 30, 2017
1 parent f67907a commit 25616a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deployment:
commands:
- ./demo.js
publish-npm-latest:
tag: /v[0-9.]+(-beta[0-9.]*)?/
tag: /v[0-9.]+(-(beta|rc)[0-9.]*)?/
commands:
# Confirm we are ready to publish
- yarn dist
Expand Down

1 comment on commit 25616a6

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update circle.yml to accept beta or rc tags (#3321)

Demo: quicktests | fiddle

Please sign in to comment.