Skip to content

Commit 1af3195

Browse files
authored
ci: Fix missing node token in auto-release (#2669)
1 parent aca7764 commit 1af3195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
17+
registry-url: https://registry.npmjs.org/
1718
cache: npm
1819
- run: npm ci
1920
- run: npx semantic-release

0 commit comments

Comments
 (0)