Skip to content

Commit

Permalink
Update dev version in .github/workflows/pkgci_build_packages.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Brehler <[email protected]>
  • Loading branch information
ScottTodd and marbre authored Nov 22, 2024
1 parent 645e630 commit 6b9a40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgci_build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Generate dev package versions
id: version_rc
run: |
version_suffix=".dev+${{ github.sha }}"
version_suffix=".dev0+${{ github.sha }}"
echo "version_suffix=${version_suffix}" >> $GITHUB_ENV
sharktank_package_version=$(python3 build_tools/python_deploy/compute_local_version.py --version-suffix=${version_suffix} sharktank)
shortfin_package_version=$(python3 build_tools/python_deploy/compute_local_version.py --version-suffix=${version_suffix} shortfin)
Expand Down

0 comments on commit 6b9a40c

Please sign in to comment.