Renamed authToken to be consistent.

This commit is contained in:
2026-01-05 09:30:34 -08:00
parent 4de287d3c8
commit e0af4ec969
7 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ inputs:
description: "NPM registry URL."
required: false
default: ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/npm/
authToken:
apiKey:
description: "Authentication token for the registry."
required: true
prerelease:
@@ -43,7 +43,7 @@ runs:
with:
name: ${{ inputs.name }}
registry: ${{ inputs.registry }}
authToken: ${{ inputs.authToken }}
apiKey: ${{ inputs.apiKey }}
filter: ^${{ steps.base.outputs.baseVersion }}
prerelease: ${{ inputs.prerelease }}
- name: "If no version is found, get the latest version for the package if we didn't already look for it."
@@ -53,7 +53,7 @@ runs:
with:
name: ${{ inputs.name }}
registry: ${{ inputs.registry }}
authToken: ${{ inputs.authToken }}
apiKey: ${{ inputs.apiKey }}
filter: ^${{ steps.base.outputs.majorMinorPatchVersion }}
prerelease: "false"
- name: "Get the next version for the package."