Skip to content

Commit

Permalink
Merge pull request #682 from stakater/update-releaser
Browse files Browse the repository at this point in the history
Update goreleaser with --clean flag
  • Loading branch information
MuneebAijaz authored Jun 11, 2024
2 parents 1e752f5 + 4bbbbc2 commit 24d7b6b
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 @@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@master
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}

Expand Down

0 comments on commit 24d7b6b

Please sign in to comment.