Skip to content

Commit c9ff94f

Browse files
committed
chore: different logic on version processing if stmnt
1 parent a2323c2 commit c9ff94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
name: version-info-${{ matrix.version }}
100100
path: ./versions/
101101

102-
- if: matrix.version == fromJson(needs.prepare.outputs.matrix_config).include[0].version
102+
- if: contains(needs.prepare.outputs.matrix_config, format('"{0}"', matrix.version))
103103
id: combine-outputs
104104
run: |
105105
# Wait for other matrix jobs to complete by sleeping briefly

0 commit comments

Comments
 (0)