Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/java-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Java Publish Snapshot to Maven Central
env:
HUSKY: 0

# Fork note: automatic weekday publishing is disabled in this fork because
# Maven Central publishing requires credentials and publication ownership that
# are specific to the upstream project. Manual dispatch remains available for
# intentional fork-specific publishing after configuration.
on:
schedule:
- cron: "0 7 * * 1-5" # Mon-Fri at 07:00 UTC
workflow_dispatch:

permissions:
Expand Down
Loading