Skip to content

Commit

Permalink
Change Travis tag regex
Browse files Browse the repository at this point in the history
For historical reasons, `avsc` doesn't have the `v` prefix.
  • Loading branch information
mtth committed Jun 16, 2019
1 parent 1e8cde4 commit 7f8e270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node_js: node
script: npm run coverAndPublish
- stage: deploy
if: branch = master AND tag =~ ^v[\d\.]+$
if: tag =~ ^[\d\.]+$
node_js: node
deploy:
script: skip
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avsc",
"version": "5.4.11",
"version": "5.4.12",
"description": "Avro for JavaScript",
"homepage": "https://github.com/mtth/avsc",
"keywords": [
Expand Down

0 comments on commit 7f8e270

Please sign in to comment.