Skip to content

Commit

Permalink
ci: Fix missing node token in auto-release (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Mar 4, 2025
1 parent aca7764 commit 1af3195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
- run: npx semantic-release
Expand Down

0 comments on commit 1af3195

Please sign in to comment.