fix Buildjob

This commit is contained in:
Gianni Carafa
2023-11-03 08:40:20 +01:00
parent bf2529753d
commit 7ea7f253e8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
-
name: Set version
run: |
echo -n $(git describe --tags --abbrev=0) > cmd/VERSION
echo -n $(git describe --tags --abbrev=0) > handlers/VERSION
-
name: Set up Go
uses: actions/setup-go@v3