Skip to content

Commit

Permalink
try --always
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jul 21, 2024
1 parent 0cf5741 commit 78339ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e

git pull --tags
git describe --tags --abbrev=0 || exit 1
export GITHUB_TAG=$(git describe --tags --abbrev=0 | sed 's|i2p||g' | tr -d a-z-)
git describe --tags --always --abbrev=0 || exit 1
export GITHUB_TAG=$(git describe --tags --always --abbrev=0 | sed 's|i2p||g' | tr -d a-z-)

if [ -z "$I2P_VERSION" ]; then
I2P_VERSION="i2p-$GITHUB_TAG"
Expand Down

0 comments on commit 78339ad

Please sign in to comment.