Skip to content

Commit

Permalink
Trying to fix master vs main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Sep 17, 2024
1 parent 7cadf8b commit 85ed503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 85ed503

Please sign in to comment.