fix: specify github token to semantic-release

This commit is contained in:
Lucaskyy 2022-07-09 19:58:22 +02:00
parent 96ce88666b
commit 61167abbd7
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -53,4 +53,6 @@ jobs:
run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog -D
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release