From 17ba50ca8ea64df0722c1c294ab90b447aa5ac86 Mon Sep 17 00:00:00 2001 From: Shai Shapira Date: Wed, 25 Oct 2023 18:48:08 +0300 Subject: [PATCH 1/2] test release workflow --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index abd03c7..e5ddcf8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ uprotocol-core-api uProtocol Core uEs API This project contains the built artifacts for core uProtocol services (uSubscription, uDiscovery, uTwin, etc..). Artifacts include language specific messages and client/server stubs - 1.4.9-SNAPSHOT + 1.4.9 jar https://github.com/eclipse-uprotocol/uprotocol-core-api/ From f7e6cf47305ddd24397957561daad2f59434ad72 Mon Sep 17 00:00:00 2001 From: Shai Shapira Date: Wed, 25 Oct 2023 18:49:02 +0300 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 082b719..ff8692d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,8 @@ jobs: run: | git config --global user.name "${GITHUB_ACTOR}" git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" - mvn -B clean release:prepare release:perform nexus-staging:promote -DstagingRepositoryId=ossrh -DbuildPromotionProfileId=ossrh + # mvn -B clean release:prepare release:perform nexus-staging:promote -DstagingRepositoryId=ossrh -DbuildPromotionProfileId=ossrh + mvn -B clean release:perform nexus-staging:promote -DstagingRepositoryId=ossrh -DbuildPromotionProfileId=ossrh env: OSSRH_USER: ${{ secrets.ORG_OSSRH_USERNAME }} OSSRH_PASSWORD: ${{ secrets.ORG_OSSRH_PASSWORD }}