Skip to content

Commit

Permalink
chore: different logic on version processing if stmnt
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 17, 2024
1 parent a2323c2 commit c9ff94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
name: version-info-${{ matrix.version }}
path: ./versions/

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

0 comments on commit c9ff94f

Please sign in to comment.