Skip to content

Commit

Permalink
Merge pull request #1817 from intuit/revert-1814-zephraph-patch-1
Browse files Browse the repository at this point in the history
Revert "fix typo"
  • Loading branch information
hipstersmoothie committed Feb 19, 2021
2 parents a571787 + c44cad0 commit c718c96
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.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn build
Expand Down

0 comments on commit c718c96

Please sign in to comment.