Skip to content

Commit

Permalink
Merge pull request #54 from dhis2/ci-fix-workflow-var-names
Browse files Browse the repository at this point in the history
ci: fix release workflow input var names
  • Loading branch information
turban authored Jan 23, 2025
2 parents 901033a + a4a66b5 commit 839c26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: '!github.event.push.repository.fork'
secrets: inherit
with:
publish-apphub: true
publish-github: true
publish_apphub: true
publish_github: true

0 comments on commit 839c26d

Please sign in to comment.