Skip to content

Commit 1af3195

Browse files
authoredMar 4, 2025
ci: Fix missing node token in auto-release (parse-community#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

+1
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)