Skip to content

Commit

Permalink
ci: notify to fume-engine even if version wasn't published (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizozom authored Mar 27, 2024
1 parent ed9bc2c commit 5f96202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 5f96202

Please sign in to comment.