Skip to content

Commit 9e03e70

Browse files
committed
fix ci version number again
1 parent c31ecb6 commit 9e03e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install:
5757
}
5858
5959
before_build:
60-
- ps: $version = (git describe --tags).Split("/")[1]
60+
- ps: $version = (git describe --tags)
6161
- ps: Update-AppveyorBuild -Version $version
6262
- cmd: git submodule update --init
6363
- ps: |

0 commit comments

Comments
 (0)