Skip to content

Commit 13b20e9

Browse files
committed
chore: use cnpm/github-actions/.github/workflows/node-release.yml@master
1 parent 48b411a commit 13b20e9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)