Skip to content

Commit

Permalink
fix: goreleaser action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Oct 19, 2024
1 parent cc45ff5 commit a8cb51c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Release Automation
on:
push:
tags:
# triggers only if push new tag version, like `v0.8.4`
# or `v0.8.4-1-g1234567`
- '(v\d+\.\d+\.\d+|v\d+\.\d+\.\d+-\d+-\w+)'
- 'v[0-9]+.[0-9]+.[0-9]+'

concurrency: ci-release-automation

Expand Down

0 comments on commit a8cb51c

Please sign in to comment.