瀏覽代碼

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

bubble
Tim Lai 3 年之前
committed by GitHub
父節點
當前提交
c9420960c7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. +12
    -0
      .github/workflows/nodejs.yml

+ 12
- 0
.github/workflows/nodejs.yml 查看文件

@@ -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

Loading…
取消
儲存