Skip to content

Commit f3291c6

Browse files
committed
Bump semver-tool to 3.2.0
This was the latest version at the time the "Release Tag" workflow was written. These other workflows were using an older version. The 3.2.0 is already outdated, and ideally all the workflows would be updated, but this is the version has been well tested and used for some time in the "Release Tag" workflow. So this is intended to at least bring all the workflows into sync.
1 parent fa31427 commit f3291c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-go-crosscompile-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# to implement auto pre-release based on tag
148148
id: prerelease
149149
run: |
150-
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.0.0.zip
150+
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.2.0.zip
151151
unzip -p /tmp/3.0.0.zip semver-tool-3.0.0/src/semver >/tmp/semver && chmod +x /tmp/semver
152152
if [[ "$(/tmp/semver get prerel "${GITHUB_REF/refs\/tags\//}")" ]]; then echo "::set-output name=IS_PRE::true"; fi
153153

workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ 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
143+
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.2.0.zip
144144
unzip -p /tmp/3.0.0.zip semver-tool-3.0.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

workflow-templates/release-go-crosscompile-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# to implement auto pre-release based on tag
148148
id: prerelease
149149
run: |
150-
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.0.0.zip
150+
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.2.0.zip
151151
unzip -p /tmp/3.0.0.zip semver-tool-3.0.0/src/semver >/tmp/semver && chmod +x /tmp/semver
152152
if [[ "$(/tmp/semver get prerel "${GITHUB_REF/refs\/tags\//}")" ]]; then echo "::set-output name=IS_PRE::true"; fi
153153

workflow-templates/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ 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
143+
wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.2.0.zip
144144
unzip -p /tmp/3.0.0.zip semver-tool-3.0.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

0 commit comments

Comments
 (0)