File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
# This is a workaround while waiting for create-release action to implement auto pre-release based on tag
36
36
id : prerelease
37
37
run : |
38
- wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip
38
+ curl -L -s https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip -o /tmp/3.1.0.zip
39
39
unzip -p /tmp/3.1.0.zip semver-tool-3.1.0/src/semver >/tmp/semver && chmod +x /tmp/semver
40
40
if [[ $(/tmp/semver get prerel ${GITHUB_REF/refs\/tags\//}) ]]; then echo "::set-output name=IS_PRE::true"; fi
41
41
@@ -400,7 +400,7 @@ jobs:
400
400
# This is a workaround while waiting for create-release action to implement auto pre-release based on tag
401
401
id : prerelease
402
402
run : |
403
- wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip
403
+ curl -L -s https://github.com/fsaintjacques/semver-tool/archive/3.1.0.zip -o /tmp /3.1.0.zip
404
404
unzip -p /tmp/3.1.0.zip semver-tool-3.1.0/src/semver >/tmp/semver && chmod +x /tmp/semver
405
405
if [[ $(/tmp/semver get prerel ${GITHUB_REF/refs\/tags\//}) ]]; then echo "::set-output name=IS_PRE::true"; fi
406
406
You can’t perform that action at this time.
0 commit comments