Compare commits

..

1 Commits

Author SHA1 Message Date
eyedeekay
f3be223cfe fix buildscript
Some checks are pending
Java CI / build (push) Waiting to run
Java CI / build-22 (push) Waiting to run
Release / build (push) Waiting to run
Sync Primary Repository to GitHub Mirror / sync (push) Waiting to run
2025-06-30 10:13:19 -04:00

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
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- | cut -d 3 -f 1,2,3)
if echo "$GITHUB_TAG" | grep -q '.\..\..'; then
PUBLISH_VERSION="$GITHUB_TAG"