Skip to content

Commit 5be1735

Browse files
committed
build: fix docker release
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 09b88b5 commit 5be1735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
if: |
141141
!failure() && !cancelled() &&
142142
needs.release-PyPI.result == 'success' &&
143-
needs.release-PyPI.outputs.released &&
143+
needs.release-PyPI.outputs.released == 'true' &&
144144
needs.release-PyPI.outputs.version &&
145145
needs.release-PyPI.outputs.tag
146146
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)