Skip to content

Commit 4422d7c

Browse files
authored
chore: update version file string (#1392)
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 67c6cbc commit 4422d7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: {}
1010

1111
env:
12-
VERSION_FILE: pkg/version/version.go
12+
VERSION_FILE: "pkg/release/version.go"
1313

1414
jobs:
1515
tag:

.github/workflows/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
env:
18-
VERSION_FILE: pkg/version/version.go
18+
VERSION_FILE: "pkg/release/version.go"
1919

2020
jobs:
2121
version:

0 commit comments

Comments
 (0)