We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41700b8 commit e9759b2Copy full SHA for e9759b2
1 file changed
.github/workflows/prepare_test_data.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Check if release exists
30
id: check-release
31
run: |
32
+ gh release view ${{ env.RELEASE_TAG_TEMPLATE }}${{ inputs.zenodo_record_id }}
33
if gh release view ${{ env.RELEASE_TAG_TEMPLATE }}${{ inputs.zenodo_record_id }} >/dev/null 2>&1; then
34
echo "release_exists=true" >> $GITHUB_OUTPUT
35
else
0 commit comments