Skip to content

Commit

Permalink
chore(release): run goreleaser only if tag pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Oct 18, 2021
1 parent 8a15f86 commit 17c5652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
version: v0.182.1
args: release --rm-dist
Expand Down

0 comments on commit 17c5652

Please sign in to comment.