Skip to content

Commit b9c2241

Browse files
authored
Update release.yml
FIX MINOR ERROR
1 parent f4a9cbc commit b9c2241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Set version
2424
# Set the version file from the current checkout tag (just when a tag is pushed and this workflow is triggered)
2525
run: |
26-
echo -n $(git describe --tags --abbrev=0) > cmd/kuberoCli/version/CURRENT_VERSION
26+
echo -n $(git describe --tags --abbrev=0) > cmd/kuberoCli/version/CLI_VERSION
2727
-
2828
name: Set up Go
2929
uses: actions/setup-go@v3
@@ -38,4 +38,4 @@ jobs:
3838
args: release --clean
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
41+
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)