Skip to content

Commit

Permalink
Rename step id from version_rc to version_local.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Dec 10, 2024
1 parent 81aa77c commit 4af604e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: ${{ github.repository_owner == 'nod-ai' || github.event_name != 'schedule' }}
runs-on: ubuntu-24.04
outputs:
version_suffix: ${{ steps.version_rc.outputs.version_suffix }}
version_suffix: ${{ steps.version_local.outputs.version_suffix }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Python
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
version_suffix=".dev0+${{ github.sha }}"
echo "version_suffix=${version_suffix}" >> $GITHUB_ENV
- name: Generate release candidate versions
id: version_rc
- name: Write version local files
id: version_local
run: |
echo "version_suffix=${version_suffix}" >> $GITHUB_OUTPUT
python3 build_tools/python_deploy/compute_local_version.py --version-suffix=${version_suffix} sharktank
Expand Down

0 comments on commit 4af604e

Please sign in to comment.