Skip to content

Commit

Permalink
Inject Sonatype credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 9, 2025
1 parent e2e093a commit d01905f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
release_staging_repo:
name: Release staging repo
needs: [verify_reproducibility, verify_consumability, close_github_milestone]
needs: [ verify_reproducibility, verify_consumability, close_github_milestone ]
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand All @@ -128,6 +128,9 @@ jobs:
ref: "refs/tags/${{ env.RELEASE_TAG }}"
- name: Release staging repository
uses: ./.github/actions/run-gradle
env:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
with:
encryptionKey: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
arguments: |
Expand Down

0 comments on commit d01905f

Please sign in to comment.