We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c940a2c commit 38d123cCopy full SHA for 38d123c
.github/workflows/main.yml
@@ -22,4 +22,4 @@ jobs:
22
cd terraform-provider-tencentcloud
23
git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/mikatong/terraform-provider-tencentcloud.git
24
git fetch --all
25
- git push -u --tags tgit_origin master:main
+ git push -u -f --tags tgit_origin master:main
0 commit comments