Skip to content

Commit

Permalink
Check against null.
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Schmidt <[email protected]>
  • Loading branch information
schmidtw authored Jan 5, 2024
1 parent 1f50936 commit dfe4659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Create Release
if: |
steps.semver.outputs.current != steps.semver.outputs.next
steps.semver.outputs.next != ''
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
with:
name: ${{ steps.semver.outputs.next }}
Expand Down

0 comments on commit dfe4659

Please sign in to comment.