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