fix step 'push-linux-code' in building release version

This commit is contained in:
henry
2024-09-19 16:03:10 +08:00
parent cd5f0e1504
commit 39935deb33

View File

@@ -294,7 +294,7 @@ jobs:
git push git push
git tag -d ${{ needs.prepare.outputs.TARGET_TAG }} git tag -d ${{ needs.prepare.outputs.TARGET_TAG }}
git tag ${{ 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 shell: bash
assemble-and-publish: assemble-and-publish: