From 83299e99a34741e9e3312b958164916fc72c71e3 Mon Sep 17 00:00:00 2001 From: Jannik Keye Date: Wed, 29 Jan 2020 09:58:41 +0100 Subject: [PATCH] fix: explicit build before release since prePublishOnly does not run --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1a6c12..502f47a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v1 - run: npm ci --ignore-scripts - run: npm test + - run: npm run build - run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save - uses: codfish/semantic-release-action@v1 env: