Skip to content

Commit e2f6caf

Browse files
Fix release script version calculation (#1741)
Co-authored-by: David Simansky <[email protected]>
1 parent 6d86bf7 commit e2f6caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
# at https://github.com/knative/hack
1919

2020
source $(dirname $0)/../vendor/knative.dev/hack/release.sh
21-
source $(dirname $0)/build-flags.sh
2221

2322
function build_release() {
2423
# Env var exported by hack/build-flags.sh
24+
source $(dirname $0)/build-flags.sh
2525
local ld_flags="${KN_BUILD_LD_FLAGS:-}"
2626

2727
export CGO_ENABLED=0

0 commit comments

Comments
 (0)