sync tags in releaser script

Former-commit-id: 3804c542ad
Former-commit-id: f0bbf2a1ca47af3ba2421cdda77947f25c36380c
This commit is contained in:
idk
2022-08-07 22:57:40 -04:00
parent 2a52eecf0b
commit ba43e7c730

View File

@ -28,3 +28,5 @@ github-release upload --user "${GITHUB_USER}" \
--name "i2pfirefox.zip" \
--file "i2pfirefox.zip" \
--replace
git pull github --tags
git push --all