Skip to content

Commit

Permalink
Publish on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Apr 3, 2024
1 parent 030f29e commit b200d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Publish

on:
workflow_dispatch:
release:
types: [published]
push:
tags:
- '**'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ tasks.javadoc {
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/",
"https://javadoc.io/doc/com.google.code.gson/gson/2.8.0/",
)
addStringOption("Xdoclint:none", "-quiet")
if (JavaVersion.current().isJava9Compatible)
addBooleanOption("html5", true)
}
Expand Down

0 comments on commit b200d33

Please sign in to comment.