We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bfa97 commit 56ba0b2Copy full SHA for 56ba0b2
.github/workflows/cicd.yml
@@ -143,6 +143,7 @@ jobs:
143
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
144
git commit pyproject.toml -m 'Bump Poetry project version to match GitHub Release'
145
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
146
+ git branch -v
147
git push origin ${{ github.event.release.target_commitish }}
148
# git push origin HEAD:${{ github.event.release.target_commitish }}
149
0 commit comments