Skip to content

Commit

Permalink
update deprecated releaser options
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Tappe committed Jun 26, 2024
1 parent cf40112 commit de67894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: v1.26.2
args: release --rm-dist --snapshot --skip-publish
args: release --clean --snapshot --skip=publish
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: v1.26.2
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}

0 comments on commit de67894

Please sign in to comment.