Skip to content

Commit

Permalink
Update goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
valenzuelaomar committed Jun 12, 2024
1 parent b1840e9 commit abbbabf
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 @@ -72,7 +72,7 @@ jobs:
fetch-depth: 0
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean -f .goreleaser.prerelease.yml
env:
AUTH_0_CLIENT_ID: ${{ secrets.AUTH_0_CLIENT_ID }}
Expand All @@ -93,7 +93,7 @@ jobs:
fetch-depth: 0
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean -f .goreleaser.yml
env:
AUTH_0_CLIENT_ID: ${{ secrets.AUTH_0_CLIENT_ID }}
Expand Down

0 comments on commit abbbabf

Please sign in to comment.