Skip to content

Commit

Permalink
use goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jun 7, 2024
1 parent bffa7bf commit de5758e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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
uses: goreleaser/goreleaser-action@v6
with:
install-only: true

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

0 comments on commit de5758e

Please sign in to comment.