Skip to content

Commit 837aecc

Browse files
committed
check .npmrc
1 parent 3bf0e31 commit 837aecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
# run: yarn publish
9595
run: |
9696
echo 'Under Publish'
97-
cat .npmrc
97+
cat ${{NPM_CONFIG_USERCONFIG}}
9898
env:
9999
NODE_AUTH_TOKEN: ${{ env.GIT_PKG_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)