Skip to content

Commit be5b648

Browse files
committed
Change release workflow to be based on tag instead of release creation
1 parent 1594f40 commit be5b648

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
@@ -1,8 +1,8 @@
11
name: Release
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags: ["*"]
66

77
jobs:
88
windows:

0 commit comments

Comments
 (0)