From 4d5e9a86f00fcc76349405d03362995b2526b727 Mon Sep 17 00:00:00 2001 From: Michael Walter Van Der Velden Date: Sat, 11 Nov 2023 17:38:41 +0000 Subject: [PATCH] fix(ci): Fix automated releases --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea131a..0dfc89e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: with: release-type: node package-name: webmention-handler + path: / # The logic below handles the npm publication: - uses: actions/checkout@v3 # these if statements ensure that a publication only occurs when @@ -45,6 +46,7 @@ jobs: name: Install Dependancies if: ${{ steps.release.outputs.release_created }} - run: npm run build + if: ${{ steps.release.outputs.release_created }} name: Build Release - run: npm publish --access=public env: