Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Jun 4, 2024
1 parent e0bf336 commit f7096fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
cd choice-learn
echo "b"
git fetch --all
BRANCH=$(git branch --list -r "release_*" | tr '*' ' ')
BRANCH=$(git branch --list -r "origin/release_*" | tr '*' ' ')
echo $BRANCH
BRANCH="${BRANCH:9}"
echo $BRANCH
Expand Down

0 comments on commit f7096fa

Please sign in to comment.