We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a9cbc commit b9c2241Copy full SHA for b9c2241
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Set version
24
# Set the version file from the current checkout tag (just when a tag is pushed and this workflow is triggered)
25
run: |
26
- echo -n $(git describe --tags --abbrev=0) > cmd/kuberoCli/version/CURRENT_VERSION
+ echo -n $(git describe --tags --abbrev=0) > cmd/kuberoCli/version/CLI_VERSION
27
-
28
name: Set up Go
29
uses: actions/setup-go@v3
@@ -38,4 +38,4 @@ jobs:
38
args: release --clean
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
+ GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
0 commit comments