Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tow3rs authored Sep 4, 2023
1 parent ccbf6ae commit d8a2032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
create-release:
name: Create release
if: needs.check-release.outputs.exists_release == false
if: needs.check-release.outputs.exists_release == 'false'
runs-on: ubuntu-latest
outputs:
upload_url: ${{ steps.release.outputs.upload_url }}
Expand All @@ -55,7 +55,7 @@ jobs:

build-linux:
name: Build and upload Linux release
if: needs.check-release.outputs.exists_release == false
if: needs.check-release.outputs.exists_release == 'false'
runs-on: ubuntu-latest
permissions: write-all
needs: [check-release, create-release]
Expand All @@ -81,7 +81,7 @@ jobs:

build-windows:
name: Build and upload Windows release
if: needs.check-release.outputs.exists_release == false
if: needs.check-release.outputs.exists_release == 'false'
runs-on: windows-latest
permissions: write-all
needs: [check-release, create-release]
Expand Down

0 comments on commit d8a2032

Please sign in to comment.