Skip to content

Commit 06849e2

Browse files
committed
fix windows not detecting prerelease
1 parent 8d08075 commit 06849e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip
3939
unzip -p /tmp/3.1.0.zip semver-tool-3.1.0/src/semver >/tmp/semver && chmod +x /tmp/semver
4040
if [[ $(/tmp/semver get prerel ${GITHUB_REF/refs\/tags\//}) ]]; then echo "::set-output name=IS_PRE::true"; fi
41+
shell: bash
4142

4243
- name: Disable EOL conversions
4344
run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)