Skip to content

Commit

Permalink
fix: set GITHUB_TOKEN for tagged events
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 13, 2024
1 parent e070a2d commit 652634b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/upload-artifact@v4
with:
name: dist
Expand Down

0 comments on commit 652634b

Please sign in to comment.