Skip to content

Commit eb34538

Browse files
authored
Bug/correct registry (#30)
* chore: release prep for v1.3.5 * docs: updated changelog
1 parent 8dc8a34 commit eb34538

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)