Skip to content

Commit

Permalink
fix tag read part of script
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jul 21, 2024
1 parent b74e3ec commit 6a63970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

git pull --tags
export GITHUB_TAG=$(git describe --tags --abbrev=0 | sed 's|i2p||g' | tr -d [a-z-])
export GITHUB_TAG=$(git describe --tags --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 6a63970

Please sign in to comment.