From 921642520a4f5d9e68fd69cc54e2c958dd8cca0f Mon Sep 17 00:00:00 2001 From: Jannik Keye Date: Wed, 29 Jan 2020 09:20:08 +0100 Subject: [PATCH] fix: adjust release action to fix build step --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2cb07f..e1a6c12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + - run: npm ci --ignore-scripts + - run: npm test - run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save - uses: codfish/semantic-release-action@v1 env: