File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ jobs:
128128 include : ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
129129 runs-on : ubuntu-latest
130130 outputs :
131- tags : ${{ steps.combine_tags.outputs.tags }} # Changed to reference final combined step
131+ tags : ${{ steps.combine_tags.outputs.tags }}
132+ matrix-rows : ${{ toJSON(steps.*.outputs.version) }}
132133 steps :
133134 - uses : actions/checkout@v3
134135 - uses : DeterminateSystems/nix-installer-action@main
@@ -160,8 +161,6 @@ jobs:
160161 id : step_output
161162 run : |
162163 echo "version=${{ steps.get_version.outputs.pg_version }}" >> $GITHUB_OUTPUT
163- outputs :
164- matrix-rows : ${{ toJSON(steps.*.outputs.version) }}
165164 - name : Combine tags
166165 if : always()
167166 id : combine_tags
You can’t perform that action at this time.
0 commit comments