Skip to content

Commit

Permalink
ci: update step names
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Jan 2, 2025
1 parent 9a83fc9 commit 6915559
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 @@ -35,7 +35,7 @@ jobs:
env:
SECRING_FILE: ${{ secrets.SECRING_FILE }}
run: echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
- name: "📤 Publish release artifacts to Sonatype"
- name: "📤 Publish to and close Sonatype staging repository"
env:
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
ORG_GRADLE_PROJECT_sonatypeOssUsername: ${{ secrets.SONATYPE_USERNAME }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4
with:
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
- name: "🚪 Nexus Staging Close And Release"
- name: "🚀 Release Sonatype Staging Repository"
env:
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
ORG_GRADLE_PROJECT_sonatypeOssUsername: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 6915559

Please sign in to comment.