Skip to content

Commit

Permalink
fix sed command in integration release CI (#17083)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Feb 10, 2025
1 parent 7e6a9e4 commit b0a81d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: package_name
run: |
TAG_NAME=${{ github.ref_name }}
PACKAGE_NAME=$(echo $TAG_NAME | sed 's/-[0-9][.0-9]*$//')
PACKAGE_NAME=$(echo $TAG_NAME | sed 's/-[0-9].*$//')
echo "PACKAGE_NAME=$PACKAGE_NAME" >> $GITHUB_OUTPUT
- name: Set up Python
Expand Down

0 comments on commit b0a81d3

Please # to comment.