Skip to content

Commit

Permalink
semantic-release needs GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ornmikael committed Sep 24, 2021
1 parent c3cf7c4 commit ce58583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- checkout
- run:
env:
GH_TOKEN: $GITHUB_AUTH_TOKEN

name: Deploy Package
command: |
export GH_TOKEN=$GITHUB_AUTH_TOKEN
yarn
yarn test
yarn release

0 comments on commit ce58583

Please sign in to comment.