Skip to content

Commit f8038ad

Browse files
committed
chore: name branch 4.x instead
1 parent 4dbdb08 commit f8038ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- v4
7+
- 4.x
88
pull_request:
99
branches:
1010
- main
11-
- v4
11+
- 4.x
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -89,7 +89,7 @@ jobs:
8989
- run: yarn lint
9090

9191
release:
92-
if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/v4') }}
92+
if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/4.x') }}
9393
name: Release new version
9494
needs: [lint, test-node, test-os]
9595
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"release": {
116116
"branches": [
117117
"main",
118-
"v4"
118+
"4.x"
119119
]
120120
},
121121
"resolutions": {

0 commit comments

Comments
 (0)