Skip to content

Commit

Permalink
Fix: Wercker tag matching
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanstipl committed Jan 21, 2016
1 parent 7576b89 commit fc4d44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
- script:
name: output release tag
code: |
git describe --tags --exact --match 'v*' | tee "${WERCKER_OUTPUT_DIR}/.release_tag" || true
git describe --tags --exact --match '*.*.*' | tee "${WERCKER_OUTPUT_DIR}/.release_tag" || true
- script:
name: wercker debug
code: |
Expand Down

0 comments on commit fc4d44f

Please sign in to comment.