2 Commits

Author SHA1 Message Date
eyedeekay
c65aea0ed9 don't try to pull own tags 2024-08-09 10:00:58 -04:00
eyedeekay
ec03127603 ignore failure on pull tags 2024-07-21 23:42:23 -04:00

View File

@@ -1,6 +1,5 @@
#!/bin/bash
set -e
git pull --tags
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-)