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 a3b7ee3 commit d01e104Copy full SHA for d01e104
.github/workflows/cicd.yml
@@ -141,7 +141,7 @@ jobs:
141
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
142
git commit pyproject.toml -m 'Bump Poetry project version to match GitHub Release'
143
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
144
- git push origin ${{ github.eveent.release.target_commitish }}
+ git push origin HEAD:${{ github.eveent.release.target_commitish }}
145
146
# technically this should be combined with build, this is a test
147
deploy:
0 commit comments