Skip to content

Commit fa6ebc8

Browse files
committed
pull tags
1 parent 08cec51 commit fa6ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
3+
git pull --tags
44
git describe --tags `git rev-list --tags --max-count=1` || exit 1
55
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's|i2p||g' | tr -d a-z-)
66

0 commit comments

Comments
 (0)