Skip to content

Commit 1018c67

Browse files
committed
feat: release action only run when released
1 parent ab6245c commit 1018c67

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,5 +1,6 @@
11
on:
2-
release
2+
release:
3+
released
34

45
name: Release
56

0 commit comments

Comments
 (0)