Skip to content

Commit 593ba88

Browse files
committed
fixed path to source
1 parent 687a23a commit 593ba88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Update package version
3838
run: |
39-
sed -i 's/0.0.0/${{env.RELEASE_VER}}/g' src/robusta_cli/_version.py pyproject.toml
39+
sed -i 's/0.0.0/${{env.RELEASE_VER}}/g' robusta_cli/_version.py pyproject.toml
4040
4141
# Set up the buildx to run build for multiple platforms
4242
- name: Set up QEMU

0 commit comments

Comments
 (0)