Skip to content

Commit c7be1c3

Browse files
committed
fix
1 parent 011f9b1 commit c7be1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-sketches-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Extract cli-version from go.mod
1717
id: get_cli_version
1818
run: |
19-
CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' go.mod | awk '{print $2}')
19+
CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' go.mod | awk '{print $2}' | sed 's/^v//')
2020
echo "cli_version=$CLI_VERSION" >> $GITHUB_OUTPUT
2121
2222
- name: Checkout repository

0 commit comments

Comments
 (0)