Skip to content

Commit ced00b0

Browse files
committed
chore: Try trusted publishing again
Removing registry url stopped npm from trying to authenticate entirely, let's give it another try.
1 parent b2d2b43 commit ced00b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17+
node-version: 24
1718
cache: yarn
19+
registry-url: https://registry.npmjs.org
1820
- run: yarn
1921
- run: npm publish --provenance

0 commit comments

Comments
 (0)