Skip to content

Commit 1e985ec

Browse files
committed
chore: auto release on 1.x
1 parent f234b1b commit 1e985ec

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 1.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 1.x ]
88

99
jobs:
1010
Job:

.github/workflows/release-1.x.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Release for 1.x
2+
3+
on:
4+
push:
5+
branches: [1.x]
6+
7+
jobs:
8+
release:
9+
name: Node.js
10+
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
11+
secrets:
12+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13+
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)