Skip to content

Commit

Permalink
upgrade goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
YadgarYossi committed Mar 31, 2024
1 parent 3ccbeef commit 560b5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
/home/runner/go/bin/gocyclo -over 19 main.go pkg # forbid code with huge/complex functions
- name: Dry Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --parallelism 1 --snapshot --clean
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
# Enable codesigning from a non user interactive shell
security set-key-partition-list -S apple-tool:,apple:, -t private -s -k "$MY_KEYCHAIN_PASSWORD" -D "${IDENTITY_CERTIFICATE}" "$MY_KEYCHAIN"
- name: Dry Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --config .goreleaser-mac.yml --parallelism 1 --snapshot --clean
Expand Down

0 comments on commit 560b5f2

Please sign in to comment.