fix step 'push-linux-code' in building release version
This commit is contained in:
2
.github/workflows/build-release-cron.yaml
vendored
2
.github/workflows/build-release-cron.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user