mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-24 08:31:46 +00:00
More testing
This commit is contained in:
parent
20fcabe037
commit
3bdea83a5f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -64,7 +64,7 @@ async function downloadGofmt(octokit, version, versionPrefix, org, repo) {
|
||||||
console.log("Binary download failed, trying next release. (" + e + ")")
|
console.log("Binary download failed, trying next release. (" + e + ")")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!release.prerelease && release.name.startsWith(versionPrefix) {
|
if (!release.prerelease && release.name.startsWith(versionPrefix)) {
|
||||||
console.log("Found release " + release.name + " matching criteria, attempting to download binary...")
|
console.log("Found release " + release.name + " matching criteria, attempting to download binary...")
|
||||||
try {
|
try {
|
||||||
await downloadRelease(octokit, org, repo, release)
|
await downloadRelease(octokit, org, repo, release)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue