Skip to content

Commit

Permalink
use I2P_VERSION not GITHUB_TAG for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 26, 2024
1 parent 55e10a1 commit a1f093f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i2pversion
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
# the tip of the master branch.
#VERSION=i2p-2.4.0
#export VERSION=i2p-2.4.0
VERSION="i2p-$GITHUB_TAG"
export VERSION="i2p-$GITHUB_TAG"
VERSION="i2p-$I2P_VERSION"
export VERSION="i2p-$I2P_VERSION"

I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2"
export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2"
Expand Down

0 comments on commit a1f093f

Please sign in to comment.