Skip to content

Commit 3044f12

Browse files
committed
also trigger when draft release is published
1 parent 4847c61 commit 3044f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish hjson-java releases on Maven
22
on:
33
workflow_dispatch:
44
release:
5-
types: [created]
5+
types: [released]
66
jobs:
77
publish:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)