Skip to content

Commit

Permalink
use stable GoReleaser
Browse files Browse the repository at this point in the history
Problem that forces me to do this: goreleaser/goreleaser#4822
  • Loading branch information
bartekpacia committed May 6, 2024
1 parent cf3d1c5 commit 3ae4bda
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
with:
go-version-file: go.mod

- name: Install GoReleaser
run: go install github.com/goreleaser/goreleaser@main
# - name: Install GoReleaser
# run: go install github.com/goreleaser/goreleaser@main

- name: Set up GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
install-only: true

- name: Install 1Password CLI
uses: 1password/install-cli-action@v1
Expand Down

0 comments on commit 3ae4bda

Please sign in to comment.