Skip to content

Commit

Permalink
update goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Jun 29, 2024
1 parent c6aff04 commit 8bfa6f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: release --clean --skip=validate -f .goreleaser.mac.yaml

release-scoop:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: release --clean --skip=validate -f .goreleaser.windows.yaml

release-linux-arm64:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: release --clean --skip=validate -f .goreleaser.linux.arm64.yaml

# pushing to docker manually
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: release --clean --skip=validate -f .goreleaser.linux.amd64.yaml

- name: Dispatch test-sling-action
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: build --clean --skip=validate -f .goreleaser.mac.yaml

build-scoop:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: build --clean --skip=validate -f .goreleaser.windows.yaml

build-linux-arm64:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: build --clean --skip=validate -f .goreleaser.linux.arm64.yaml

build-linux-amd64:
Expand Down Expand Up @@ -161,5 +161,5 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: 'v1.26.2'
args: build --clean --skip=validate -f .goreleaser.linux.amd64.yaml

0 comments on commit 8bfa6f8

Please sign in to comment.