Skip to content

Commit

Permalink
Merge pull request #17 from envato/goreleaser-fix
Browse files Browse the repository at this point in the history
CI fix: specify args for goreleaser
  • Loading branch information
orien authored Jan 31, 2024
2 parents 660132e + 39e420b commit 4a4371f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
go-version-file: go.mod
check-latest: true
- uses: goreleaser/goreleaser-action@v5
with:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a4371f

Please sign in to comment.