Skip to content

Commit

Permalink
fix(workflow): removed the --clean tag from goreleaser release comman…
Browse files Browse the repository at this point in the history
…d in release.yml
  • Loading branch information
nilotpaul committed Nov 26, 2024
1 parent 1e9a76d commit 5d2cd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
run: go version

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.0.0
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
# Only minor and patch can be bumped.
version: '~> v0'
args: release --clean
args: release
workdir: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d2cd91

Please sign in to comment.