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

Commit 4994566

Browse files
committed
chore: update release workflow
1 parent aa5191a commit 4994566

File tree

2 files changed

+1
-419
lines changed

2 files changed

+1
-419
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
${{ steps.version.outputs.VERSION }}
3131
- name: release
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
run: |
3535
$(go env GOPATH)/bin/github-release -v release \
3636
--user m0nhawk \

0 commit comments

Comments
 (0)