Skip to content

Commit

Permalink
ci: fixes missing GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin authored Jul 21, 2021
1 parent f87edb9 commit f45d19a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ jobs:
- name: Compile
run: yarn tsc -b packages
- name: Publish
run: yarn semantic-release
run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f45d19a

Please sign in to comment.