We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0299712 commit 35f494fCopy full SHA for 35f494f
.github/workflows/release-please.yml
@@ -26,7 +26,7 @@ jobs:
26
# The logic below handles the docker hub publication:
27
push_to_registry:
28
needs: release_please
29
- if: ${{ needs.release_please.outputs.release_created }}
+ if: needs.release_please.outputs.release_created == "true"
30
name: Build and publish
31
runs-on: ubuntu-latest
32
timeout-minutes: 15
0 commit comments