Skip to content

Commit

Permalink
use goreleaser@main rather than goreleaser@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Mar 29, 2024
1 parent 584f3dd commit 40d11f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version-file: go.mod

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

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

0 comments on commit 40d11f1

Please sign in to comment.