Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: specify github token to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 9, 2022
1 parent 96ce886 commit 61167ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 61167ab

Please sign in to comment.