We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003fd46 commit 0c60005Copy full SHA for 0c60005
.github/workflows/release.yml
@@ -109,7 +109,7 @@ jobs:
109
if: matrix.use_qemu
110
uses: docker/setup-qemu-action@v3
111
112
- - name: Bundle (${{ matrix.docker-platform }}-${{ node-version }})
+ - name: Bundle (${{ matrix.docker-platform }}-${{ matrix.node-version }})
113
run: |
114
docker run --rm -t -v ${{ github.workspace }}:/work -w /work \
115
--platform ${{ matrix.docker-platform }} \
0 commit comments