Skip to content

Commit 1b7d653

Browse files
committed
update
1 parent 3ec7e8e commit 1b7d653

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
echo "tag_exists=false" >> $GITHUB_ENV
4242
fi
4343
44+
- name: Debug tag existence
45+
run: echo "Tag exists: ${{ env.tag_exists }}"
46+
4447
- name: Delete previous tag
4548
if: env.tag_exists == 'true'
4649
run: |
@@ -76,4 +79,4 @@ jobs:
7679
upload_url: ${{ steps.create_release.outputs.upload_url }}
7780
asset_path: ${{ env.ZIP_NAME }}
7881
asset_name: ${{ env.ZIP_NAME }}
79-
asset_content_type: application/zip
82+
asset_content_type: application/zip

0 commit comments

Comments
 (0)