Skip to content

Commit 4885872

Browse files
committed
Trigger publish on tag push.
1 parent 215402b commit 4885872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

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

33
on:
4-
create:
4+
push:
55
tags:
6-
- '\d+\.\d+\.\d+'
6+
- '[0-9]*.[0-9]*.[0-9]*'
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)