From 39935deb333edcd779a59eb13c52764f3c87f85e Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 19 Sep 2024 16:03:10 +0800 Subject: [PATCH] fix step 'push-linux-code' in building release version --- .github/workflows/build-release-cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: