Skip to content

Commit

Permalink
Merge pull request #2 from loveholidays/fix-github-actions-error
Browse files Browse the repository at this point in the history
change githhub_token to env
  • Loading branch information
husseinferas authored Jan 19, 2023
2 parents 833b2d9 + 5a528d3 commit c9cbc4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
distribution: goreleaser
version: latest
args: release --rm-dist
repo-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c9cbc4e

Please sign in to comment.