Skip to content

Commit

Permalink
Merge pull request #5 from fossas/nl/fix-goreleaser
Browse files Browse the repository at this point in the history
Remove support for running goreleaser with --snapshot
  • Loading branch information
lackstein authored Oct 21, 2021
2 parents 33e7a70 + 8997c5e commit 5eebe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist ${{ startsWith(github.ref, 'refs/tags/') && '' || '--snapshot' }}
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5eebe3d

Please sign in to comment.