Skip to content

Commit b6df89e

Browse files
authored
feat: update release workflow
1 parent e948981 commit b6df89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
tag_name: ${{ github.ref }}
2929
release_name: Release ${{ github.ref }}
30-
draft: false
30+
draft: true
3131
prerelease: false
3232

3333
- name: Upload Release Asset
@@ -38,5 +38,5 @@ jobs:
3838
with:
3939
upload_url: ${{ steps.create_release.outputs.upload_url }}
4040
asset_path: ./build/distributions/kafka-dsf.zip
41-
asset_name: kafka-dsf-${{ github.ref }}.zip
41+
asset_name: kafka-dsf.zip
4242
asset_content_type: application/zip

0 commit comments

Comments
 (0)