Skip to content

Commit 9ce8fb2

Browse files
committed
fix release workflow
1 parent 7390360 commit 9ce8fb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

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

3+
# https://github.community/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/22
34
on:
4-
create:
5+
push:
56
tags:
67
- v*
78

0 commit comments

Comments
 (0)