This commit is contained in:
2026-01-01 19:27:37 -08:00
parent cbf662b8be
commit 01f2a5c367

View File

@@ -36,7 +36,9 @@ runs:
if [[ ! "$TGZ_PATH" =~ ^[./~] ]]; then if [[ ! "$TGZ_PATH" =~ ^[./~] ]]; then
TGZ_PATH="./$TGZ_PATH" TGZ_PATH="./$TGZ_PATH"
fi fi
echo "Publishing $TGZ_PATH to ${{ inputs.registry }}" 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" echo "Package published successfully"
shell: bash shell: bash