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 8bfddbd commit b5bfa97Copy full SHA for b5bfa97
.github/workflows/cicd.yml
@@ -143,7 +143,8 @@ 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 push origin HEAD:${{ github.eveent.release.target_commitish }}
+ git push origin ${{ github.event.release.target_commitish }}
147
+# git push origin HEAD:${{ github.event.release.target_commitish }}
148
149
# technically this should be combined with build, this is a test
150
deploy:
0 commit comments