Skip to content

Commit

Permalink
chore: remove rm-dist, add clean to the goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri authored Sep 3, 2024
1 parent 5748261 commit a40194d
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 @@ -28,6 +28,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a40194d

Please sign in to comment.