Skip to content

Commit 09d5d64

Browse files
committed
.github/workflows: Do not include 'v' prefix
1 parent 048f603 commit 09d5d64

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: arduino/setup-arduino-cli@v1
3232

3333
- name: Set version
34-
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
34+
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" | sed s/v// >> $GITHUB_ENV
3535

3636
- name: Build
3737
run: |

0 commit comments

Comments
 (0)