mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-19 09:25:11 -04:00
force push tags
This commit is contained in:
parent
bf073b0217
commit
b1264a6f8b
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ cd "$REPO_DIR"
|
||||||
# Push build to github
|
# Push build to github
|
||||||
echo "[^] Pushing release commit + tag to Github"
|
echo "[^] Pushing release commit + tag to Github"
|
||||||
git tag -a "v$VERSION" -m "v$VERSION"
|
git tag -a "v$VERSION" -m "v$VERSION"
|
||||||
git push origin --tags
|
git push origin -f --tags
|
||||||
echo " To finish publishing the release go here:"
|
echo " To finish publishing the release go here:"
|
||||||
echo " https://github.com/ArchiveBox/ArchiveBox/releases/new"
|
echo " https://github.com/ArchiveBox/ArchiveBox/releases/new"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue