Skip to content

Commit

Permalink
fix: attempt empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 11, 2024
1 parent 4b80152 commit 778e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: "Verify we have next release"
uses: andymckay/[email protected]
if: ${{ steps.releases.outputs.next_release_tag }}
if: ${{ steps.releases.outputs.next_release_tag != "" }}

- uses: actions/checkout@v4
name: "Checkout target nova repository"
Expand Down

0 comments on commit 778e09e

Please sign in to comment.