Skip to content

Commit

Permalink
Merge pull request #12 from mesosphere/kjoshi/fix-release-tag-matcher
Browse files Browse the repository at this point in the history
fix: Regex should account for tag version string correctly.
  • Loading branch information
kaiwalyajoshi authored Mar 4, 2024
2 parents 86922e2 + 96a6463 commit 652de88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v*-d2iq.*
- v.*-d2iq.*

# Because variables are not exported, they are not visible by child processes, e.g. make
env:
Expand Down

0 comments on commit 652de88

Please sign in to comment.