pull tags

This commit is contained in:
eyedeekay
2024-07-21 23:20:55 -04:00
parent 08cec51dce
commit fa6ebc8b94

View File

@ -1,6 +1,6 @@
#!/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-)