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

@@ -10,7 +10,7 @@ inputs:
# This is for GitHub.
#default: ${{ github.server_url }}/_registry/nuget/${{ github.repository_owner }}/index.json
# This is for Gitea.
default: ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/nuget/index.json
default: ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/npm/
apiKey:
description: "ApiKey of the nuget repository to push to."
required: true