Skip to content

Commit

Permalink
Revert "fix goreleaser token"
Browse files Browse the repository at this point in the history
This reverts commit 903507e.
  • Loading branch information
kyoh86 committed Nov 16, 2022
1 parent 903507e commit ceba667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
args: release --rm-dist

0 comments on commit ceba667

Please sign in to comment.