Skip to content

Commit

Permalink
ci: Upgrade semantic-release (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Sep 24, 2024
1 parent 403e543 commit 8bf99be
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 751 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-automated.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release-automated
on:
push:
branches: [ master, release, alpha, beta ]
branches: [ main, master, release, alpha, beta, next-major ]
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 22
node-version: 24
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 8bf99be

Please sign in to comment.