We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687a23a commit 593ba88Copy full SHA for 593ba88
1 file changed
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Update package version
38
run: |
39
- sed -i 's/0.0.0/${{env.RELEASE_VER}}/g' src/robusta_cli/_version.py pyproject.toml
+ sed -i 's/0.0.0/${{env.RELEASE_VER}}/g' robusta_cli/_version.py pyproject.toml
40
41
# Set up the buildx to run build for multiple platforms
42
- name: Set up QEMU
0 commit comments