We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eac8ab commit 91db503Copy full SHA for 91db503
1 file changed
.github/workflows/npmPublish.yml
@@ -102,6 +102,7 @@ jobs:
102
fi
103
env:
104
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
105
+ working-directory: ${{ inputs.packagePath }}
106
107
- run: echo "[INFO] Is package published:\ $STEPS_IS_PUBLISHED_PUBLISHED"
108
0 commit comments