Skip to content

Commit

Permalink
Merge pull request #1070 from threefoldtech/development_goreleaser_wo…
Browse files Browse the repository at this point in the history
…rkflow

update goreleaser tag from --rm-dist to --clean
  • Loading branch information
Omarabdul3ziz authored Jun 6, 2024
2 parents b3493a2 + 7403267 commit fa88500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fa88500

Please sign in to comment.