Skip to content

Commit

Permalink
Fix goreleaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Jan 8, 2025
1 parent 860949d commit c91313f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
p12-file-base64: ${{ secrets.APPLE_SIGNING_KEY_P12 }}
p12-password: ${{ secrets.APPLE_SIGNING_KEY_P12_PASSWORD }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: "~> v2"
args: release --clean
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
version: "~> v2"
args: release --clean -f .goreleaser.docker.yaml
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ builds:
env:
- CGO_ENABLED=0
id: linux
main: ./cmd
main: ./cmd/baton-bamboohr
goos:
- linux
goarch:
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ builds:
env:
- CGO_ENABLED=0
id: linux
main: ./cmd
main: ./cmd/baton-bamboohr
goos:
- linux
goarch:
Expand All @@ -15,7 +15,7 @@ builds:
env:
- CGO_ENABLED=0
id: macos-amd64
main: ./cmd
main: ./cmd/baton-bamboohr
goos:
- darwin
goarch:
Expand All @@ -28,7 +28,7 @@ builds:
env:
- CGO_ENABLED=0
id: macos-arm64
main: ./cmd
main: ./cmd/baton-bamboohr
goos:
- darwin
goarch:
Expand Down

0 comments on commit c91313f

Please sign in to comment.