Skip to content

Commit

Permalink
ci: adjust goreleaser's deprecated command line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Jan 30, 2024
1 parent 2a10882 commit 7dc48ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -65,6 +65,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4.4.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4.4.0
with:
version: latest
args: release --rm-dist --skip-validate --skip-publish
args: release --clean --skip-validate --skip=publish --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7dc48ee

Please sign in to comment.