Skip to content

Commit

Permalink
replace depreacted flag with --clean (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenzuelaomar authored Jun 12, 2024
1 parent c0a5547 commit b1840e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist -f .goreleaser.prerelease.yml
args: release --clean -f .goreleaser.prerelease.yml
env:
AUTH_0_CLIENT_ID: ${{ secrets.AUTH_0_CLIENT_ID }}
AUTH0_HOST: ${{ secrets.AUTH0_HOST }}
Expand All @@ -94,7 +94,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist -f .goreleaser.yml
args: release --clean -f .goreleaser.yml
env:
AUTH_0_CLIENT_ID: ${{ secrets.AUTH_0_CLIENT_ID }}
AUTH0_HOST: ${{ secrets.AUTH0_HOST }}
Expand Down

0 comments on commit b1840e9

Please sign in to comment.