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 06849e2 commit 6a4e9d0Copy full SHA for 6a4e9d0
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
# This is a workaround while waiting for create-release action to implement auto pre-release based on tag
36
id: prerelease
37
run: |
38
- wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip
+ curl -s https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip -o /tmp/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
0 commit comments