This commit is contained in:
Stephan 2021-12-10 18:13:01 +01:00
parent a2e2213ce4
commit 6a103e03a3

View File

@ -16,9 +16,11 @@ jobs:
repo: context.repo.repo, repo: context.repo.repo,
tag: tag tag: tag
}) })
console.log('X1')
if (rel === null) { if (rel === null) {
core.setFailed("Could not find a release for tag " + tag) core.setFailed("Could not find a release for tag " + tag)
} }
console.log('X2')
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2