From 229ac55ca5695a198e0dd7797b4f9e62394c8996 Mon Sep 17 00:00:00 2001 From: Artem Novichkov Date: Fri, 6 Dec 2019 10:10:52 +0600 Subject: [PATCH] Update workflow --- .github/workflows/release.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cacb04..461a7c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,18 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: Build - uses: actions/npm@master - with: - args: install - name: Test - uses: actions/npm@master - with: - args: test - - name: Master - uses: actions/bin/filter@master - with: - args: branch master + run: npm test - name: Publish uses: artemnovichkov/action-zem@master env: