bad subsitution
All checks were successful
/ validate (push) Successful in 4s
/ build (push) Successful in 18s

This commit is contained in:
Ludovic Cartier
2025-07-21 17:55:52 +02:00
parent 9f5a51280d
commit c2f4fad202
2 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- name: Set version to env vars - name: Set version to env vars
run: | run: |
echo "VERSION=${cat .version}" >> $GITHUB_ENV echo "VERSION=`cat .version`" >> $GITHUB_ENV
echo "$VERSION" echo "$VERSION"
- name: Setup go - name: Setup go