Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c039bb7

Browse files
committedJul 15, 2022
prepend env.
1 parent 837aecc commit c039bb7

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 ${{NPM_CONFIG_USERCONFIG}}
97+
cat ${{ env.NPM_CONFIG_USERCONFIG }}
9898
env:
9999
NODE_AUTH_TOKEN: ${{ env.GIT_PKG_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.