Skip to content

Commit

Permalink
Added the missing GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sikachyna committed Nov 8, 2024
1 parent 8acb2d6 commit 0ebaf60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
with:
distribution: goreleaser
version: '~> v2'
args: release --clean
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0ebaf60

Please sign in to comment.