fix(build): typo preventing correct info message from displaying

This commit is contained in:
2023-11-20 09:30:31 +00:00
parent 2062378299
commit 196270a3f4

View File

@@ -149,7 +149,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo 'Planned release already seems to exist.'
if: ${{ steps.check.outputs.result == 'fail' }}
if: ${{ steps.check.outputs.result == 'ok' }}
build:
runs-on: ${{ inputs.build_os }}