We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c6cbc commit 4422d7cCopy full SHA for 4422d7c
2 files changed
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ on:
9
permissions: {}
10
11
env:
12
- VERSION_FILE: pkg/version/version.go
+ VERSION_FILE: "pkg/release/version.go"
13
14
jobs:
15
tag:
.github/workflows/version.yaml
@@ -15,7 +15,7 @@ permissions:
contents: read
16
17
18
19
20
21
version:
0 commit comments