Skip to content

Commit

Permalink
feat: prepare for publish to maven central
Browse files Browse the repository at this point in the history
 - remove authentication use system env username and password to auth
  • Loading branch information
hanrw committed Mar 1, 2024
1 parent cd93258 commit 13c983e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/releaase-to-central-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: build and publish a release to Central Sonatype
# release:
# types: [published]

on:
workflow_dispatch:

jobs:
build:
runs-on: macOS-latest
Expand Down

0 comments on commit 13c983e

Please sign in to comment.