Skip to content

Commit fc4d44f

Browse files
committed
Fix: Wercker tag matching
1 parent 7576b89 commit fc4d44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build:
2424
- script:
2525
name: output release tag
2626
code: |
27-
git describe --tags --exact --match 'v*' | tee "${WERCKER_OUTPUT_DIR}/.release_tag" || true
27+
git describe --tags --exact --match '*.*.*' | tee "${WERCKER_OUTPUT_DIR}/.release_tag" || true
2828
- script:
2929
name: wercker debug
3030
code: |

0 commit comments

Comments
 (0)