From d3594ed770bb026c5dfe862367752807fc94f97c Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 8 May 2024 15:49:56 -0700 Subject: [PATCH] ci: try comparing to literal null --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 353833c0..24eb35f8 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -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 }}