Skip to content

Commit 87bfa91

Browse files
committed
fix: correct github token variable
1 parent 2ff0bf6 commit 87bfa91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
{name: 'alpha', prerelease: true}
6262
]
6363
env:
64-
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE }}
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
RUNNER_DEBUG: 1
6666

6767
- name: Output release info

0 commit comments

Comments
 (0)