We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6ebc8 commit ec03127Copy full SHA for ec03127
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-git pull --tags
+git pull --tags; true
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