We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebb5a7 commit 9f31a31Copy full SHA for 9f31a31
.github/workflows/publish-snapshot.yml
@@ -30,7 +30,7 @@ jobs:
30
publish-snapshot:
31
runs-on: ubuntu-latest
32
strategy:
33
- matrix: ${{fromJson(needs.create-release.outputs.build-matrix)}}
+ matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
34
fail-fast: false
35
steps:
36
- name: Checkout repository
0 commit comments