From 13c983eb85aa5692889e7dbbd95fac4d74bed9e1 Mon Sep 17 00:00:00 2001 From: slam Date: Fri, 1 Mar 2024 19:45:32 +0800 Subject: [PATCH] feat: prepare for publish to maven central - remove authentication use system env username and password to auth --- .github/workflows/releaase-to-central-sonatype.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/releaase-to-central-sonatype.yml b/.github/workflows/releaase-to-central-sonatype.yml index 3fa9cd8..2381a4c 100644 --- a/.github/workflows/releaase-to-central-sonatype.yml +++ b/.github/workflows/releaase-to-central-sonatype.yml @@ -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