Skip to content

Commit

Permalink
fix: Set appropriate environment variables for semantic-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed May 25, 2020
1 parent 169ac11 commit 0fa8f8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
run: yarn semantic-release

0 comments on commit 0fa8f8b

Please sign in to comment.