We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b24b75 commit c51a84bCopy full SHA for c51a84b
.github/workflows/deploy-release.yaml
@@ -52,4 +52,4 @@ jobs:
52
if: ${{ !github.event.release.prerelease }}
53
run: |-
54
cd build
55
- NODE_AUTH_TOKEN=${{ secret.GITHUB_TOKEN }} npm publish
+ NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm publish
0 commit comments