Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
ci: add GITHUB_TOKEN to release workflow (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdef1cafe authored Sep 29, 2021
1 parent 4ec3365 commit 1970f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: yarn release
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[
"@semantic-release/git",
{
"assets": ["dist/**", "package.json", "package-lock.json", "CHANGELOG.md"],
"assets": ["package.json", "yarn.lock", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
Expand Down

0 comments on commit 1970f83

Please sign in to comment.