We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9af8426 + 63784c5 commit e578724Copy full SHA for e578724
.github/workflows/release.yml
@@ -20,4 +20,4 @@ jobs:
20
uses: actions/setup-go@v3
21
- run: make release-github
22
env:
23
- GORELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Makefile
@@ -118,7 +118,7 @@ release-github:
118
docker run --rm --privileged -v $(PWD):/go/tmp \
119
-v /var/run/docker.sock:/var/run/docker.sock \
120
-w /go/tmp \
121
- --env GORELEASER_GITHUB_TOKEN \
+ --env GITHUB_TOKEN \
122
ghcr.io/gythialy/golang-cross:latest --clean
123
124
0 commit comments