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