Skip to content

Commit

Permalink
Merge pull request #3891 from dhis2/fix-deploy-release-job
Browse files Browse the repository at this point in the history
ci: fix deploy release job
  • Loading branch information
andresmr authored Nov 19, 2024
2 parents 1499881 + 0acd8b7 commit 9c763ac
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 9c763ac

Please sign in to comment.