We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a920927 commit 5ac0317Copy full SHA for 5ac0317
1 file changed
.github/workflows/goreleaser.yml
@@ -43,7 +43,7 @@ jobs:
43
version: latest
44
args: release --clean --config .goreleaser-self.yaml
45
env:
46
- GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_GITHUB }}
+ GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_TO_SELF }}
47
- name: Get version
48
id: get_version
49
run: echo ::set-output name=VERSION::$(echo "{ \"Version\":\"$GITHUB_REF_NAME\"}")
0 commit comments