Skip to content

Commit 5ecd2eb

Browse files
Fix paths in CLI version set and bump commands to include src directory
1 parent 37f8594 commit 5ecd2eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cli-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set version
2424
run: |
2525
VERSION=${{ steps.version.outputs.version }}
26-
make -C cli version-set VERSION=${VERSION} --no-print-directory
26+
make -C cli/src version-set VERSION=${VERSION} --no-print-directory
2727
2828
- name: Set up Go
2929
uses: actions/setup-go@v5
@@ -168,7 +168,7 @@ jobs:
168168
path: release-artifacts/*.zip
169169

170170
- name: Bump to next dev version
171-
run: make -C cli version-bump-next-dev
171+
run: make -C cli/src version-bump-next-dev
172172

173173
- name: Commit version bump
174174
run: |

0 commit comments

Comments
 (0)