From 8ba49ea35d8bf91db439d887406564a3a7498e03 Mon Sep 17 00:00:00 2001 From: Gert Drapers Date: Sat, 22 Jun 2024 16:01:09 -0700 Subject: [PATCH] upc ci.yaml --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a052c8a..e5704c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,10 +96,6 @@ jobs: - name: Publish to the Maven Central Repository run: mvn --no-transfer-progress --batch-mode deploy - env: - MAVEN_USERNAME: ${{ env.MAVEN_USERNAME }} - MAVEN_CENTRAL_TOKEN: ${{ env.MAVEN_CENTRAL_TOKEN }} - MAVEN_GPG_PASSPHRASE: ${{ env.MAVEN_GPG_PASSPHRASE }} - name: Bump to the next version run: go run mage.go bump patch