Skip to content

Commit

Permalink
trigger release workflow for tags with +\d part
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm committed Jan 5, 2022
1 parent 427a04e commit 52d7267
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 @@ -8,7 +8,7 @@ on:
required: true
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+(\+[0-9]+)?"

env:
GO: 1.17
Expand Down

0 comments on commit 52d7267

Please sign in to comment.