Compare commits

..

1 Commits

Author SHA1 Message Date
eyedeekay
c65aea0ed9 don't try to pull own tags 2024-08-09 10:00:58 -04:00

View File

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