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 011f9b1 commit c7be1c3Copy full SHA for c7be1c3
.github/workflows/check-sketches-deps.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Extract cli-version from go.mod
17
id: get_cli_version
18
run: |
19
- CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' go.mod | awk '{print $2}')
+ CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' go.mod | awk '{print $2}' | sed 's/^v//')
20
echo "cli_version=$CLI_VERSION" >> $GITHUB_OUTPUT
21
22
- name: Checkout repository
0 commit comments