This commit is contained in:
2026-01-01 19:09:30 -08:00
parent 8010f88b94
commit cb061b3a76

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