未验证 提交 c9420960 编写于 作者: T Tim Lai 提交者: GitHub

ci(GA): add release job step (#6558)

上级 e48fb369
......@@ -29,3 +29,15 @@ jobs:
run: npm test
env:
CI: true
release:
if: contains(github.ref, 'master')
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册