Skip to content

Commit

Permalink
Merge pull request #259 from safedep/ci/fix-goreleaser-action-trigger
Browse files Browse the repository at this point in the history
fix: goreleaser action trigger
  • Loading branch information
abhisek authored Oct 19, 2024
2 parents cc45ff5 + a8cb51c commit 160c094
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 160c094

Please sign in to comment.