We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37f8594 + 5ecd2eb commit 0db60feCopy full SHA for 0db60fe
1 file changed
.github/workflows/cli-release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set version
24
run: |
25
VERSION=${{ steps.version.outputs.version }}
26
- make -C cli version-set VERSION=${VERSION} --no-print-directory
+ make -C cli/src version-set VERSION=${VERSION} --no-print-directory
27
28
- name: Set up Go
29
uses: actions/setup-go@v5
@@ -168,7 +168,7 @@ jobs:
168
path: release-artifacts/*.zip
169
170
- name: Bump to next dev version
171
- run: make -C cli version-bump-next-dev
+ run: make -C cli/src version-bump-next-dev
172
173
- name: Commit version bump
174
0 commit comments