Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
(MAINT) Pin goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
petergmurphy committed Mar 22, 2022
1 parent aa421ad commit 2e8a58d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
go-version: ${{ env.go_version }}
- name: Build nix
run: |
go install github.com/goreleaser/goreleaser@latest
go install github.com/goreleaser/goreleaser@v1.6.3
./build.sh
if: runner.os != 'Windows'
env:
HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY_DEV }}
HONEYCOMB_DATASET: pct_dev
- name: Build Windows
run: |
go install github.com/goreleaser/goreleaser@latest
go install github.com/goreleaser/goreleaser@v1.6.3
./build.ps1
if: runner.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.6.3
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2e8a58d

Please sign in to comment.