Skip to content

Commit 13ec2f7

Browse files
committed
.github: Set github token in release build for publishing
1 parent ab02f1b commit 13ec2f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939

4040
- name: Run Goreleaser
4141
run: goreleaser release --rm-dist --debug
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244

4345
- name: Archive generated artifacts
4446
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)