From e5a953dba73af9c5803019c035c80e7b5209615c Mon Sep 17 00:00:00 2001 From: Amanda Mitchell Date: Wed, 11 Nov 2020 17:18:57 -0800 Subject: [PATCH] chore(build): Fix variable reference. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d321081..5c8ebcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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