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 337405b commit ede3001Copy full SHA for ede3001
.github/workflows/publish.yaml
@@ -19,4 +19,4 @@ jobs:
19
- name: publish to npm
20
run: npm publish
21
env:
22
- NODE_AUTH_TOCKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments