We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd00b00 commit 69ac7caCopy full SHA for 69ac7ca
.github/workflows/release.yml
@@ -64,6 +64,7 @@ jobs:
64
env:
65
GOARCH: ${{ matrix.arch }}
66
GOOS: ${{ matrix.os }}
67
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
69
- name: Prepare Build Artifacts (!windows)
70
working-directory: ./${{ env.DIST_DIR }}
0 commit comments