This commit is contained in:
Stephan 2021-12-10 18:31:32 +01:00
parent fdc6d95388
commit 139af4526d

View File

@ -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