Kaynağa Gözat

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

bubble
Tim Lai 3 yıl önce
committed by GitHub
ebeveyn
işleme
c9420960c7
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. +12
    -0
      .github/workflows/nodejs.yml

+ 12
- 0
.github/workflows/nodejs.yml Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet