Skip to content

Commit d01e104

Browse files
authored
Change git push command - cicd.yml
1 parent a3b7ee3 commit d01e104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
142142
git commit pyproject.toml -m 'Bump Poetry project version to match GitHub Release'
143143
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
144-
git push origin ${{ github.eveent.release.target_commitish }}
144+
git push origin HEAD:${{ github.eveent.release.target_commitish }}
145145
146146
# technically this should be combined with build, this is a test
147147
deploy:

0 commit comments

Comments
 (0)