Skip to content

Commit

Permalink
Merge pull request #1814 from intuit/zephraph-patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hipstersmoothie committed Feb 18, 2021
2 parents 8d90c41 + 9af295d commit 1cb07ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/build-platforms/github-actions.mdx
Expand Up @@ -57,7 +57,7 @@ If you are publishing to the Github Package Registry you will need to change the
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn build
Expand Down

0 comments on commit 1cb07ff

Please sign in to comment.