Skip to content

Commit 2753b1f

Browse files
committed
Run release on publish rather than created to catch drafted releases
1 parent 56321f3 commit 2753b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish to Maven Central
55

66
on:
77
release:
8-
types: [created]
8+
types: [published]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)