Skip to content

Commit

Permalink
ci: fix release workflow input var names
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Jan 23, 2025
1 parent 901033a commit a4a66b5
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 a4a66b5

Please sign in to comment.