Added incrementMode option.

This commit is contained in:
2026-01-01 18:39:57 -08:00
parent cdeabe1a3c
commit 6d93bd9568
13 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ inputs:
registry:
description: "NPM registry URL."
required: false
default: ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/nuget/index.json
default: ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/npm/
authToken:
description: "Authentication token for the registry."
required: true