Skip to content

Commit fd1f553

Browse files
committed
[build] Remove next publish workflow
1 parent 3757df7 commit fd1f553

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

.github/workflows/version-and-publish-next.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/version-and-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- v2
67

78
concurrency: ${{ github.workflow }}-${{ github.ref }}
89

@@ -25,7 +26,7 @@ jobs:
2526
- name: Setup node
2627
uses: actions/setup-node@v4
2728
with:
28-
node-version: 22
29+
node-version: 23
2930
cache: pnpm
3031

3132
- name: Install dependencies

0 commit comments

Comments
 (0)