Skip to content

Commit 526e73e

Browse files
committed
Fix nrfutil version command
1 parent 8329fe4 commit 526e73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deps/external/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
shell: bash
7979
- name: Print nrfutil version
8080
if: inputs.platform == 'nrf'
81-
run: nrfutil version
81+
run: nrfutil -V
8282
shell: bash
8383

8484
# riscv

0 commit comments

Comments
 (0)