Skip to content

Commit b5bfa97

Browse files
authored
Fix event spelling - cicd.yml
1 parent 8bfddbd commit b5bfa97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ 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 push origin HEAD:${{ github.eveent.release.target_commitish }}
146+
git push origin ${{ github.event.release.target_commitish }}
147+
# git push origin HEAD:${{ github.event.release.target_commitish }}
147148

148149
# technically this should be combined with build, this is a test
149150
deploy:

0 commit comments

Comments
 (0)