Skip to content

Commit

Permalink
ci: try comparing to literal null
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 8, 2024
1 parent 7c3615e commit d3594ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Discord notification
if: steps.semantic-release.outputs.nextRelease.version != 'null'
if: steps.semantic-release.outputs.nextRelease.version != null
uses: Ilshidur/action-discord@master
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down

0 comments on commit d3594ed

Please sign in to comment.