Skip to content

Commit

Permalink
Fix release GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jun 17, 2024
1 parent 73424c0 commit b7eb591
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 @@ -27,6 +27,6 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
args: release --rm-dist --config .goreleaser.yaml
args: release --clean --config .goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b7eb591

Please sign in to comment.