diff --git a/.github/workflows/build-release-cron.yaml b/.github/workflows/build-release-cron.yaml index 7059e57..46399e6 100644 --- a/.github/workflows/build-release-cron.yaml +++ b/.github/workflows/build-release-cron.yaml @@ -294,7 +294,7 @@ jobs: git push git tag -d ${{ needs.prepare.outputs.TARGET_TAG }} git tag ${{ needs.prepare.outputs.TARGET_TAG }} - git push -u oirgin ${{ needs.prepare.outputs.TARGET_TAG }} + git push -u origin ${{ needs.prepare.outputs.TARGET_TAG }} shell: bash assemble-and-publish: