docs: update ci
This commit is contained in:
parent
38b62a81aa
commit
3dc79486c3
|
@ -23,5 +23,5 @@ jobs:
|
||||||
echo -e "${{ secrets.SSHKEY }}" > ~/.ssh/id_rsa
|
echo -e "${{ secrets.SSHKEY }}" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
ssh-keyscan github.com > ~/.ssh/known_hosts
|
ssh-keyscan github.com > ~/.ssh/known_hosts
|
||||||
git push -f "git@github.com:TechXueXi/study_xxqg.git" "main:main"
|
git push -f "git@github.com:TechXueXi/study_xxqg.git" "main:main" --tags
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue