forgejo: all push tags
This commit is contained in:
parent
730aaa6b00
commit
8bfd7eacbe
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ jobs:
|
||||||
destination=${{ vars.TEST_DESTINATION }}
|
destination=${{ vars.TEST_DESTINATION }}
|
||||||
owner=${{ vars.TEST_OWNER }}
|
owner=${{ vars.TEST_OWNER }}
|
||||||
fi
|
fi
|
||||||
git push --force https://any:$token@$destination/$owner/zotero refs/mirror/*:refs/heads/* refs/mirror-tags/*:refs/tags/*
|
git push --force https://any:$token@$destination/$owner/zotero refs/mirror/*:refs/heads/* refs/mirror-tags/*:refs/tags/* --tags
|
||||||
|
|
Loading…
Reference in a new issue