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" \