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.
.npmrc
1 parent 3bf0e31 commit 837aeccCopy full SHA for 837aecc
.github/workflows/main.yml
@@ -94,6 +94,6 @@ jobs:
94
# run: yarn publish
95
run: |
96
echo 'Under Publish'
97
- cat .npmrc
+ cat ${{NPM_CONFIG_USERCONFIG}}
98
env:
99
NODE_AUTH_TOKEN: ${{ env.GIT_PKG_PUBLISH_TOKEN }}
0 commit comments