Skip to content

Commit 6d85ff5

Browse files
committed
fix trigger syntax
1 parent 959af7b commit 6d85ff5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
2-
tags:
3-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
2+
push:
3+
tags:
4+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
45

56
name: Upload Release Asset
67

0 commit comments

Comments
 (0)