Test
This commit is contained in:
@@ -40,7 +40,7 @@ runs:
|
||||
npm config set --location=project registry "${{ 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"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user