We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e62c2a + 1e6eaaa commit 337cb38Copy full SHA for 337cb38
2 files changed
.github/workflows/publish.yml
@@ -77,4 +77,7 @@ jobs:
77
exit 1
78
fi
79
- run: npm run build
80
- - run: npm publish --provenance
+ - name: Publish to npm (OIDC Trusted Publishing)
81
+ run: npm publish --provenance
82
+ env:
83
+ NODE_AUTH_TOKEN: ""
CHANGELOG.md
@@ -10,6 +10,7 @@
10
## [0.10.1] - 2026-04-06
11
12
### 2026-04-06
13
+- **CI**: npm publish を OIDC Trusted Publishing に移行 — レガシートークン認証を廃止 (#100)
14
- **CI**: publish ワークフローから `npm install -g npm@latest` を削除 — Node.js 22.22.2 ランナーとの依存関係競合によるリリース失敗を修正 (#99)
15
16
### 2026-04-05
0 commit comments