Skip to content

Commit 480e1e8

Browse files
workflow: use yarn run dist
1 parent 46ff11b commit 480e1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: ./packages/cli-device-node
4141
if: ${{ github.event_name == 'push' }}
4242
- name: Build NodeJS release files
43-
run: ./scripts/release-bin.sh
43+
run: yarn run dist
4444
working-directory: ./packages/cli-device-node
4545
- name: Get short SHA
4646
id: slug

0 commit comments

Comments
 (0)