Skip to content

Commit

Permalink
Fix goreleaser pipeline trigger syntax (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples committed Feb 16, 2023
1 parent b7b1add commit a2bd55a
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:
- '^\d+\.\d+\.\d+$'
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
goreleaser:
Expand Down

0 comments on commit a2bd55a

Please sign in to comment.