Skip to content

Commit db83455

Browse files
committed
Bump semver-tool to 3.2.0
The 3.2.0 is already outdated, but this version has been well tested and used for some time in other projects. So this is intended to at least bring all the workflows into sync.
1 parent f0e7fd4 commit db83455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ jobs:
140140
# to implement auto pre-release based on tag
141141
id: prerelease
142142
run: |
143-
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.0.0.zip
144-
unzip -p /tmp/3.0.0.zip semver-tool-3.0.0/src/semver >/tmp/semver && chmod +x /tmp/semver
143+
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.2.0.zip
144+
unzip -p /tmp/3.2.0.zip semver-tool-3.2.0/src/semver >/tmp/semver && chmod +x /tmp/semver
145145
if [[ "$(/tmp/semver get prerel "${GITHUB_REF/refs\/tags\//}")" ]]; then echo "::set-output name=IS_PRE::true"; fi
146146
147147
- name: Create Github Release and upload artifacts

0 commit comments

Comments
 (0)