Skip to content

Commit

Permalink
Merge pull request #40 from cultureamp/release-fix
Browse files Browse the repository at this point in the history
ci: upgrade goreleaser parameters
  • Loading branch information
ctgardner authored Jun 20, 2024
2 parents 764f87a + 9f5fb21 commit 65e2280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean --debug
version: "~> v2"
args: release --clean --verbose
env:
GITHUB_TOKEN: ${{ github.event.client_payload.github_write_token }}

0 comments on commit 65e2280

Please sign in to comment.