Skip to content

Commit de67894

Browse files
committed
update deprecated releaser options
1 parent cf40112 commit de67894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
uses: goreleaser/goreleaser-action@v5
2222
with:
2323
version: v1.26.2
24-
args: release --rm-dist --snapshot --skip-publish
24+
args: release --clean --snapshot --skip=publish

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: goreleaser/goreleaser-action@v5
2323
with:
2424
version: v1.26.2
25-
args: release --rm-dist
25+
args: release --clean
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}

0 commit comments

Comments
 (0)