Skip to content

Commit 0e0f155

Browse files
committed
release: v3.0.3 (ci oidc claim alignment)
1 parent 71197ed commit 0e0f155

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
needs: test
3333
if: startsWith(github.ref, 'refs/tags/v')
3434
runs-on: ubuntu-latest
35+
environment: npm-publish
3536
permissions:
3637
contents: write # Required for creating releases
3738
id-token: write # Required for provenance

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.3] - 2026-05-06
9+
10+
### Fixed
11+
- **CI/CD Reliability**: Restored environment-based OIDC claim to match npm Trusted Publisher configuration.
12+
813
## [3.0.2] - 2026-05-06
914

1015
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-stunts/plumbing",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Robust async, stream-first Git plumbing for Node, Bun, and Deno.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)