We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d08075 commit 06849e2Copy full SHA for 06849e2
.github/workflows/release.yml
@@ -38,6 +38,7 @@ jobs:
38
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip
39
unzip -p /tmp/3.1.0.zip semver-tool-3.1.0/src/semver >/tmp/semver && chmod +x /tmp/semver
40
if [[ $(/tmp/semver get prerel ${GITHUB_REF/refs\/tags\//}) ]]; then echo "::set-output name=IS_PRE::true"; fi
41
+ shell: bash
42
43
- name: Disable EOL conversions
44
run: git config --global core.autocrlf false
0 commit comments