Skip to content

Commit

Permalink
goreleaser: Update regex for tag version (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Jun 5, 2023
1 parent b1a4242 commit d3ec552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- v**
- 'v*.*.*'

jobs:
goreleaser:
Expand Down

0 comments on commit d3ec552

Please sign in to comment.