소스 검색

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

bubble
Tim Lai 3 년 전
committed by GitHub
부모
커밋
c9420960c7
No known key found for this signature in database 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

불러오는 중...
취소
저장