Skip to content

Commit

Permalink
fix release regex (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Jan 5, 2022
1 parent 20cd75f commit 4b6441d
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]+(\+[0-9]+)?"
- "v[0-9]+.[0-9]+.[0-9]+(+[0-9]+)?"

env:
GO: 1.17
Expand Down

0 comments on commit 4b6441d

Please sign in to comment.