We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5722e commit ec83ee7Copy full SHA for ec83ee7
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
-
23
name: Set version
24
run: |
25
- echo $(git describe --tags --abbrev=0) > cmd/kuberoCli/VERSION
+ echo -n $(git describe --tags --abbrev=0) > cmd/kuberoCli/VERSION
26
27
name: Set up Go
28
uses: actions/setup-go@v3
0 commit comments