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:
128
128
include : ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
129
129
runs-on : ubuntu-latest
130
130
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) }}
132
133
steps :
133
134
- uses : actions/checkout@v3
134
135
- uses : DeterminateSystems/nix-installer-action@main
@@ -160,8 +161,6 @@ jobs:
160
161
id : step_output
161
162
run : |
162
163
echo "version=${{ steps.get_version.outputs.pg_version }}" >> $GITHUB_OUTPUT
163
- outputs :
164
- matrix-rows : ${{ toJSON(steps.*.outputs.version) }}
165
164
- name : Combine tags
166
165
if : always()
167
166
id : combine_tags
You can’t perform that action at this time.
0 commit comments