diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6110705..631a5be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,4 +23,4 @@ jobs: with: distribution: goreleaser version: latest - args: -f .goreleaser.yml --snapshot --rm-dist \ No newline at end of file + args: -f .goreleaser.yml --snapshot --clean \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38359d5..829f609 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,6 @@ jobs: with: distribution: goreleaser version: latest - args: -f .goreleaser.yml --rm-dist + args: -f .goreleaser.yml --clean env: GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}