Skip to content

Conversation

@GarthDB
Copy link
Member

@GarthDB GarthDB commented Jan 22, 2026

Problem

The workflow is failing with:

Unexpected input(s) 'skipNpmAuth', valid inputs are ['publish', 'version', 'cwd', 'commit', 'title', 'setupGitUser', 'createGithubReleases', 'commitMode', 'branch']

PR #673 accidentally left skipNpmAuth: true in the workflow file, but this parameter is not supported by changesets/action@v1.

Solution

Simply remove the skipNpmAuth: true line and its comment. The .npmrc setup step (added in PR #673) already prevents changesets from creating its own auth configuration, which allows npm CLI to auto-detect OIDC.

How It Works

  1. "Setup npm for OIDC authentication" step creates ~/.npmrc
  2. Changesets finds existing .npmrc and doesn't override it
  3. npm CLI (11.5.1+) auto-detects OIDC environment
  4. Trusted publishers handle authentication

Related

The skipNpmAuth parameter is not supported by changesets/action@v1.
The .npmrc setup step already prevents changesets from creating
its own auth configuration, allowing npm CLI to auto-detect OIDC.
@changeset-bot
Copy link

changeset-bot bot commented Jan 22, 2026

⚠️ No Changeset found

Latest commit: 19747b0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@GarthDB
Copy link
Member Author

GarthDB commented Jan 22, 2026

Run report for 19747b05

Total time: 6.8ms | Comparison time: 0s | Estimated loss: 6.8ms (100.0% slower)

Action Time Status Info
🟩 SyncWorkspace 6.7ms Passed
Touched files
.github/workflows/release.yml

@GarthDB GarthDB merged commit 207a644 into main Jan 22, 2026
4 checks passed
@GarthDB GarthDB deleted the fix/remove-skip-npm-auth branch January 22, 2026 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants