Skip to content

Commit 56ba0b2

Browse files
authored
List out branches to debug - cicd.yml
1 parent b5bfa97 commit 56ba0b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
144144
git commit pyproject.toml -m 'Bump Poetry project version to match GitHub Release'
145145
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
146+
git branch -v
146147
git push origin ${{ github.event.release.target_commitish }}
147148
# git push origin HEAD:${{ github.event.release.target_commitish }}
148149

0 commit comments

Comments
 (0)