Skip to content

Commit 48c9b00

Browse files
committed
does not work
1 parent efb3e50 commit 48c9b00

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yaml

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

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- 'v*'
7+
# release:
8+
# types: [published]
69

710
jobs:
811

0 commit comments

Comments
 (0)