Skip to content

Commit ca3f683

Browse files
TomStrepsiljlptom
andauthored
fix registry url etc (#34)
Co-authored-by: Tom Pereira <tom.pereira@johnlewis.co.uk>
1 parent 296a951 commit ca3f683

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/actions/publish/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ runs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version-file: .nvmrc
24+
registry-url: https://registry.npmjs.org/
25+
always-auth: true
2426
cache: npm
2527

2628
- name: Install

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ N.B. See changelogs for individual packages, where most change will occur:
1414

1515
This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
1616

17+
## [0.10.4] - 2025-03-06
18+
19+
### Fixed
20+
21+
- Ensured that the registry is explicitly set, to ensure that [`@actions/setup-node`](https://github.com/actions/setup-node) honours the `NODE_AUTH_TOKEN`
22+
1723
## [0.10.3] - 2025-02-27
1824

1925
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asos/web-toggle-point",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"repository": "git@github.com:asos/web-toggle-point.git",
55
"homepage": "https://asos.github.io/web-toggle-point/",
66
"license": "MIT",

0 commit comments

Comments
 (0)