From 7387ae66bbf7b2191f1dc62ded75908a487da09c Mon Sep 17 00:00:00 2001 From: Holger Veltrup Date: Fri, 12 Apr 2024 09:28:10 +0200 Subject: [PATCH] ci: prepare release --- .github/workflows/publish-release.yml | 7 ++++++- pom.xml | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5a9af19..2f442da 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -6,5 +6,10 @@ on: jobs: publish-release: - uses: sitepark/github-project-workflow/.github/workflows/maven-publish-release.yml@release/1.x + uses: sitepark/github-project-workflow/.github/workflows/maven-publish-release.yml@main + secrets: + MVN_REPO_SERVER_USERNAME: ${{ secrets.MVN_REPO_SERVER_USERNAME }} + MVN_REPO_SERVER_PASSWORD: ${{ secrets.MVN_REPO_SERVER_PASSWORD }} + MVN_REPO_SERVER_ID: ${{ secrets.MVN_REPO_SERVER_ID }} + MVN_REPO_SERVER_SNAPSHOT_URL: ${{ secrets.MVN_REPO_SERVER_SNAPSHOT_URL }} diff --git a/pom.xml b/pom.xml index e7c4c67..f76f930 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,7 @@ 1.0.0-SNAPSHOT IES graphfql extension api API to extend the graphql functionality of the IES + https://github.com/sitepark/ies-graphql-extension-api Sitepark @@ -351,4 +352,24 @@ + + + nexus-staging-release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://s01.oss.sonatype.org/ + false + + + + + +