Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfjswanson authored Apr 23, 2024
1 parent 25723cb commit ea77e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set environment based on branch
id: identify
run: |
echo "git log -1 --format='%D' ${{ github.ref }} | grep -Eo '[^\/]+$'" >> $BRANCH
BRANCH=$(git log -1 --format='%D' ${{ github.ref }} | grep -Eo '[^\/]+$')
echo $BRANCH
echo "branch_name=${BRANCH}" >> $GITHUB_OUTPUT
outputs:
Expand Down

0 comments on commit ea77e79

Please sign in to comment.