Test
This commit is contained in:
@@ -36,7 +36,9 @@ runs:
|
||||
if [[ ! "$TGZ_PATH" =~ ^[./~] ]]; then
|
||||
TGZ_PATH="./$TGZ_PATH"
|
||||
fi
|
||||
|
||||
echo "Publishing $TGZ_PATH to ${{ inputs.registry }}"
|
||||
npm publish "$TGZ_PATH" --registry ${{ inputs.registry }} --access ${{ inputs.access }}
|
||||
npm publish "$TGZ_PATH" --access ${{ inputs.access }}
|
||||
|
||||
echo "Package published successfully"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user