Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/pre-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
permissions:
contents: write
uses: ./.github/workflows/create-release-branch.yml
secrets: inherit
with:
rc_version: ${{ inputs.rc_version }}

Expand All @@ -26,16 +25,14 @@ jobs:
contents: write
pull-requests: write
uses: ./.github/workflows/bump-snapshot-version.yml
secrets: inherit
with:
next_version: ${{ inputs.next_version }}

upload-artifacts-to-sonatype:
name: Upload RC artifacts to Sonatype
name: Upload RC artifacts to Maven Central
permissions:
contents: write
needs: create-release-branch
uses: ./.github/workflows/upload-artifacts-to-sonatype.yml
secrets: inherit
uses: ./.github/workflows/upload-artifacts-to-maven-central.yml
with:
rc_version: ${{ inputs.rc_version }}
Loading