Skip to content

Commit

Permalink
Fix skipping App Store build in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 28, 2024
1 parent 9d12320 commit 312c5d5
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 @@ -115,7 +115,7 @@ jobs:
appstore-release:
name: Prepare AppStore Release

if: inputs.skip-appstore != 'true'
if: inputs.skip-appstore != true

uses: ./.github/workflows/build_appstore.yml
with:
Expand Down

0 comments on commit 312c5d5

Please sign in to comment.