Skip to content

Commit 316a98c

Browse files
author
gurghet
committed
fix: update workflow job conditions
1 parent 051c0d5 commit 316a98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
build-and-push:
5050
needs: release
51-
if: needs.release.outputs.new_release_published == 'true'
51+
if: needs.release.outputs.new_release_version != ''
5252
runs-on: ubuntu-latest
5353
permissions:
5454
contents: read

0 commit comments

Comments
 (0)