Skip to content

Nightly Build

Nightly Build #25

Workflow file for this run

#
# On a daily basis, publishes SNAPSHOT artifacts to Maven Central Portal Snapshots repository.
#
name: Nightly Build
on:
schedule:
- cron: '0 4 * * *' # Once a day, at 4:00 UTC
workflow_dispatch:
jobs:
build:
uses: pdfclown/.github/.github/workflows/build-nightly.yml@main
permissions:
contents: read
secrets: inherit