wtf
This commit is contained in:
parent
fdc6d95388
commit
139af4526d
3
.github/workflows/publish-release.yml
vendored
3
.github/workflows/publish-release.yml
vendored
|
@ -19,8 +19,9 @@ jobs:
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
core.setFailed("Could not find a release for version " + ver)
|
core.setFailed("Could not find a release for tag '" + tag + "'.")
|
||||||
}
|
}
|
||||||
|
# VERIFY THAT THE TAG DOES NOT ALREADY EXIST?
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user