mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-07-02 00:59:05 +00:00
Another attempted fix
This commit is contained in:
parent
c8b3f05fec
commit
d9e8c47a21
|
@ -24,5 +24,4 @@ jobs:
|
||||||
git config --global user.name 'Leon Mika'
|
git config --global user.name 'Leon Mika'
|
||||||
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 refs/tags/$(git name-rev --tags --name-only $(git rev-parse HEAD))
|
git push downstream refs/tags/$(git name-rev --tags --name-only $(git rev-parse HEAD))
|
||||||
|
|
Loading…
Reference in a new issue