File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -199,11 +199,11 @@ jobs:
199199 NODE_AUTH_TOKEN : ${{ secrets.NWPRO_GPR }}
200200
201201 - name : Verify npm authentication
202- run : npm whoami
202+ run : npm whoami --registry=https://npm.pkg.github.com/
203203 env :
204204 NODE_AUTH_TOKEN : ${{ secrets.NWPRO_GPR }}
205205
206206 - name : Publish package to GPR
207- run : npm publish
207+ run : npm publish --registry=https://npm.pkg.github.com/
208208 env :
209209 NODE_AUTH_TOKEN : ${{ secrets.NWPRO_GPR }}
Original file line number Diff line number Diff line change @@ -16,6 +16,22 @@ formatting may vary.
1616
1717---
1818
19+ ## [ 1.3.5] - 2025-06-24
20+
21+ ### Changed
22+
23+ - Bumped version to ` v1.3.5 ` .
24+
25+ ### Fixed
26+
27+ - Resolved remaining GitHub Packages authentication issues by explicitly scoping
28+ ` npm whoami ` and ` npm publish ` to the correct registry
29+ (` https://npm.pkg.github.com/ ` ).
30+ - Ensured consistent registry usage regardless of ` .npmrc ` or ` package.json `
31+ configuration.
32+
33+ ---
34+
1935## [ 1.3.4] - 2025-06-23
2036
2137### Changed
@@ -144,7 +160,9 @@ formatting may vary.
144160
145161<!-- Link references -->
146162
147- [ Unreleased ] : https://github.com/netwk-pro/blog/compare/v1.3.3...HEAD
163+ [ Unreleased ] : https://github.com/netwk-pro/blog/compare/v1.3.5...HEAD
164+ [ 1.3.5 ] : https://github.com/netwk-pro/blog/releases/tag/v1.3.5
165+ [ 1.3.4 ] : https://github.com/netwk-pro/blog/releases/tag/v1.3.4
148166[ 1.3.3 ] : https://github.com/netwk-pro/blog/releases/tag/v1.3.3
149167[ 1.3.2 ] : https://github.com/netwk-pro/blog/releases/tag/v1.3.2
150168[ 1.3.1 ] : https://github.com/netwk-pro/blog/releases/tag/v1.3.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @networkpro/blog" ,
3- "version" : " 1.3.4 " ,
3+ "version" : " 1.3.5 " ,
44 "description" : " The official blog of Network Pro Strategies (Network Pro™)." ,
55 "keywords" : [
66 " advisory" ,
You can’t perform that action at this time.
0 commit comments