don't try to pull own tags

This commit is contained in:
eyedeekay
2024-08-09 10:00:58 -04:00
parent ec03127603
commit c65aea0ed9

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
git pull --tags; true
git describe --tags `git rev-list --tags --max-count=1` || exit 1
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's|i2p||g' | tr -d a-z-)