Skip to content

Commit

Permalink
ci: remove incorrect character
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Nov 19, 2024
1 parent 578f377 commit a67299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a67299f

Please sign in to comment.