Skip to content

Commit 9d6ad09

Browse files
authoredJun 5, 2024
Merge pull request #26 from codecrafters-io/resolve-deprecated-arg
fix: Resolve deprecated arg
2 parents 39d9d8a + 27a4768 commit 9d6ad09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
# either 'goreleaser' (default) or 'goreleaser-pro':
2828
distribution: goreleaser
2929
version: latest
30-
args: release --rm-dist
30+
args: release --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.CODECRAFTERS_BOT_GITHUB_TOKEN }}
3333
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'
3434
# distribution:
35-
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
35+
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)