diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54493cc..67f9580 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,8 +151,8 @@ jobs: - name: Configure git for publishing run: | - git config user.name "${secrets.GIT_USER_NAME}" - git config user.email "${secrets.GIT_USER_EMAIL}" + git config user.name "${{ secrets.GIT_USER_NAME }}" + git config user.email "${{ secrets.GIT_USER_EMAIL }}" - name: Configure npm for publishing run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc