From 85ed503ae2b5c4f9a219e7c110b77b5ff874305d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Berg=20Glasius?= Date: Tue, 17 Sep 2024 15:51:56 +0200 Subject: [PATCH] Trying to fix master vs main branch --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fecf3a8..57fbf97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: SIGN_PASSWORD: ${{ secrets.SIGN_PASSWORD }} RELEASE_VERSION: ${{ needs.get-version.outputs.version }} run: | - echo "Publishing Artifacts for $RELEASE_VERSION" + echo "Publishing Artifacts for ${RELEASE_VERSION}" (set -x; ./gradlew -Pversion="${RELEASE_VERSION}" publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon) bump-snapshot-version: runs-on: ubuntu-latest @@ -88,7 +88,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} author_name: ${{ vars.GIT_USER_NAME }} author_email: $${ vars.GIT_USER_EMAIL }} - branch: ${{ steps.branch-names.outputs.current_branch }} + branch: ${{ steps.branch-names.outputs.default_branch }} message: Set project version to ${{ env.NEXT_VERSION }}-SNAPSHOT documenation: runs-on: ubuntu-latest