chore: provide semantic-release with a Github token
This commit is contained in:
parent
4a9fe13966
commit
3025d38d3e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
|||
|
||||
- name: Run semantic-release
|
||||
run: $(yarn global bin)/semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue