Skip to content

Commit b33a114

Browse files
authored
Update release.yml
1 parent 3cda6c6 commit b33a114

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
name: Release
12

3+
on:
4+
push:
5+
branches: master
6+
7+
jobs:
8+
release:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v1
12+
- uses: actions/setup-node@v1
13+
- run: npm install
14+
- run: npm run build
15+
- uses: mikeal/merge-release@master
16+
env:
17+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)