Skip to content

Commit

Permalink
goreleaser: Update regex for tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Jun 5, 2023
1 parent b1a4242 commit 1db53f0
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 1db53f0

Please sign in to comment.