Skip to content

Commit

Permalink
ci: Automate pre-release (#10397)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g authored Sep 8, 2024
1 parent 21cb949 commit 30385aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd ${{ github.run_id }}
if [[ "${{ inputs.is_prelease }}" == "false" ]]; then
sed "/^PRE_RELEASE/c\PRE_RELEASE = ''" nemo/package_info.py
sed -i "/^PRE_RELEASE/c\PRE_RELEASE = ''" nemo/package_info.py
fi
VERSION=$(python -c 'import nemo; print(nemo.__version__)')
Expand Down

0 comments on commit 30385aa

Please sign in to comment.