Skip to content

Commit

Permalink
chore(build): Fix variable reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Nov 12, 2020
1 parent 6f39448 commit e5a953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
PUBLIC_NPM_TOKEN: $ {{ secrets.NPM_TOKEN }}
PUBLIC_NPM_CONFIG_REGISTRY: https://registry.npmjs.org
PUBLIC_NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PUBLIC_NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
run: yarn semantic-release

0 comments on commit e5a953d

Please sign in to comment.