We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b876f25 commit 00f21c4Copy full SHA for 00f21c4
.github/workflows/npm-publish.yml
@@ -28,6 +28,7 @@ jobs:
28
node-version: 12
29
registry-url: https://npm.pkg.github.com/
30
- run: npm ci
31
+ - run: cat /home/runner/work/_temp/.npmrc
32
- run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments