Skip to content

Commit b200d33

Browse files
committed
Publish on tag
1 parent 030f29e commit b200d33

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Publish
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types: [published]
5+
push:
6+
tags:
7+
- '**'
78

89
jobs:
910
build:

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ tasks.javadoc {
8989
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/",
9090
"https://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
9191
)
92+
addStringOption("Xdoclint:none", "-quiet")
9293
if (JavaVersion.current().isJava9Compatible)
9394
addBooleanOption("html5", true)
9495
}

0 commit comments

Comments
 (0)