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 75d28ed commit c384d99Copy full SHA for c384d99
.github/workflows/publish.yml
@@ -30,4 +30,4 @@ jobs:
30
- run: npm ci
31
- run: npm publish
32
env:
33
- NODE_AUTH_TOKEN: ${{NPM_AUTH_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ NPM_AUTH_TOKEN }}
0 commit comments