We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cec51 commit fa6ebc8Copy full SHA for fa6ebc8
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-
+git pull --tags
4
git describe --tags `git rev-list --tags --max-count=1` || exit 1
5
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's|i2p||g' | tr -d a-z-)
6
0 commit comments