Added location.
This commit is contained in:
@@ -40,7 +40,7 @@ runs:
|
|||||||
npm config set --location=project "//${REGISTRY_PATH}:_authToken" "${{ inputs.apiKey }}"
|
npm config set --location=project "//${REGISTRY_PATH}:_authToken" "${{ inputs.apiKey }}"
|
||||||
|
|
||||||
echo "Publishing $TGZ_PATH to ${{ inputs.registry }}"
|
echo "Publishing $TGZ_PATH to ${{ inputs.registry }}"
|
||||||
npm publish "$TGZ_PATH" --access ${{ inputs.access }}
|
npm publish --location=project "$TGZ_PATH" --access ${{ inputs.access }}
|
||||||
|
|
||||||
echo "Package published successfully"
|
echo "Package published successfully"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user