Skip to content

Commit 8d1710b

Browse files
author
Dmytro
committed
Add NPM_CONFIG_PROVENANCE
1 parent c55c030 commit 8d1710b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666

6767
- name: Publish new version
6868
if: env.VERSION_CHANGED == 'true'
69-
run: |
70-
# Create clean .npmrc for OIDC (no auth token, just registry)
71-
echo "registry=https://registry.npmjs.org/" > ~/.npmrc
72-
# Publish with OIDC provenance
73-
npm publish --provenance --access public --verbose
69+
env:
70+
NPM_CONFIG_PROVENANCE: true
71+
run: npm publish --access public --verbose

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [9.0.0] - 2026-02-02
7+
## [9.0.0] - 2026-02-03
88

99
### Changed
1010
- Dropped Node16 support.

0 commit comments

Comments
 (0)