From 5f96202974ccde032e4d7837a2783dbb9f3a822e Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Wed, 27 Mar 2024 12:20:59 +0200 Subject: [PATCH] ci: notify to fume-engine even if version wasn't published (#55) --- .github/workflows/semver.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index baedd5f..2bdda17 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -35,8 +35,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Notify release - if: steps.semantic-release.outputs.new_release_published == 'true' + - name: Notify release run: | curl -X POST \ -H "Accept: application/vnd.github+json" \