diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index ee762804f0..7ec5b04bf2 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -66,7 +66,7 @@ jobs: userFraction: 0.99 - name: Upload to Github - if: ${{ (inputs.github_release }} + if: ${{ inputs.github_release }} uses: ncipollo/release-action@v1 with: allowUpdates: true