File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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.
You can’t perform that action at this time.
0 commit comments