mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-08-25 16:36:09 +00:00
A bit more to push tags
This commit is contained in:
parent
ece72937a3
commit
c8b3f05fec
|
@ -25,4 +25,4 @@ jobs:
|
||||||
git config --global user.email 'lmika@lmika.org'
|
git config --global user.email 'lmika@lmika.org'
|
||||||
git remote add downstream git@github.com:lmika/postlist-for-micro.blog.git
|
git remote add downstream git@github.com:lmika/postlist-for-micro.blog.git
|
||||||
git push downstream main
|
git push downstream main
|
||||||
git push downstream --tags
|
git push downstream refs/tags/$(git name-rev --tags --name-only $(git rev-parse HEAD))
|
||||||
|
|
Loading…
Reference in a new issue