Skip to content

Commit

Permalink
ci: bump goreleaser action version and set new pat
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Aug 21, 2022
1 parent f7433e0 commit 027fb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
check-latest: true
cache: true
- name: Build release
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_HOMEBREW_PAT }}

0 comments on commit 027fb34

Please sign in to comment.