File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ delete: ## Delete controller from current kubernetes cluster.
127
127
128
128
.PHONY : create-release-prep-pr
129
129
create-release-prep-pr : $(GUM ) # # Update version numbers in documents and open a PR.
130
- $(PROJECT_DIR ) /scripts/prepare-for-release.sh
130
+ @PATH= " $( BIN_DIR ) : $( PATH ) " $(PROJECT_DIR ) /scripts/prepare-for-release.sh
131
131
132
132
.PHONY : create-release-prep-pr-draft
133
133
create-release-prep-pr-draft : $(GUM ) # # Update version numbers in documents and open a draft PR.
134
- $(PROJECT_DIR ) /scripts/prepare-for-release.sh -d
134
+ @PATH= " $( BIN_DIR ) : $( PATH ) " $(PROJECT_DIR ) /scripts/prepare-for-release.sh -d
135
135
136
136
.PHONY : latest-release-tag
137
137
latest-release-tag : # # Get tag of most recent release.
You can’t perform that action at this time.
0 commit comments