Skip to content

Commit

Permalink
Merge pull request #26 from codecrafters-io/resolve-deprecated-arg
Browse files Browse the repository at this point in the history
fix: Resolve deprecated arg
  • Loading branch information
libmartinito authored Jun 5, 2024
2 parents 39d9d8a + 27a4768 commit 9d6ad09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.CODECRAFTERS_BOT_GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'
# distribution:
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit 9d6ad09

Please sign in to comment.