Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 57312a4

Browse files
committed
Added GITHUB_TOKEN as env var
1 parent 590c52a commit 57312a4

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
@@ -22,6 +22,8 @@ jobs:
2222
make test/ci
2323
2424
- name: Release CLI executables
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2527
run: |
2628
curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
2729
PATH=$PATH:./bin/ goreleaser release

0 commit comments

Comments
 (0)