Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jun 17, 2024
1 parent 330317c commit 756871f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
strategy:
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
matrix: ${{ fromJson(needs.test.outputs.matrix) }}
steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 756871f

Please sign in to comment.