Skip to content

Commit 6aaa841

Browse files
authored
1 parent 8065d5f commit 6aaa841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22

33
on:
4-
create:
4+
push:
55
tags:
66
- v*
77

@@ -43,4 +43,4 @@ jobs:
4343
upload_url: ${{ steps.create_release.outputs.upload_url }}
4444
asset_path: ./release.tar.gz
4545
asset_name: release.tar.gz
46-
asset_content_type: application/gzip
46+
asset_content_type: application/gzip

0 commit comments

Comments
 (0)