Skip to content

Commit 2c2c06a

Browse files
authored
Fix release only on published (#2)
1 parent 5cbf6d7 commit 2c2c06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

33
on:
44
release:
5-
types: [ created, edited, published ]
5+
types: [ published ]
66

77
permissions:
88
contents: write

0 commit comments

Comments
 (0)