Skip to content

Commit

Permalink
chores: goreleaser (#46)
Browse files Browse the repository at this point in the history
removed `--rm-dist` in favor of `--clean`
  • Loading branch information
butuzov committed May 3, 2023
1 parent 45a4a38 commit 18e2c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,4 +32,4 @@ bin/goreleaser:
test-release: bin/goreleaser
goreleaser release --help
goreleaser release -f .goreleaser.yaml \
--skip-validate --skip-publish --rm-dist
--skip-validate --skip-publish --clean

0 comments on commit 18e2c50

Please sign in to comment.