Skip to content

Commit 6290b39

Browse files
committed
ci: Fix incorrect result output
1 parent f2364bd commit 6290b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
ref: v${{ steps.bump-version.outputs.version }}
2626
version: ${{ steps.bump-version.outputs.version }}
27-
matrix: ${{ steps.set-matrix.outputs.matrix }}
27+
matrix: ${{ steps.set-matrix.outputs.result }}
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)