Skip to content

Commit e9759b2

Browse files
committed
Check output
1 parent 41700b8 commit e9759b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/prepare_test_data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Check if release exists
3030
id: check-release
3131
run: |
32+
gh release view ${{ env.RELEASE_TAG_TEMPLATE }}${{ inputs.zenodo_record_id }}
3233
if gh release view ${{ env.RELEASE_TAG_TEMPLATE }}${{ inputs.zenodo_record_id }} >/dev/null 2>&1; then
3334
echo "release_exists=true" >> $GITHUB_OUTPUT
3435
else

0 commit comments

Comments
 (0)