Skip to content

Commit 0c60005

Browse files
authored
Fix workflow (#311)
1 parent 003fd46 commit 0c60005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: matrix.use_qemu
110110
uses: docker/setup-qemu-action@v3
111111

112-
- name: Bundle (${{ matrix.docker-platform }}-${{ node-version }})
112+
- name: Bundle (${{ matrix.docker-platform }}-${{ matrix.node-version }})
113113
run: |
114114
docker run --rm -t -v ${{ github.workspace }}:/work -w /work \
115115
--platform ${{ matrix.docker-platform }} \

0 commit comments

Comments
 (0)