Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Feb 29, 2024
1 parent 173f005 commit a525dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}

fake-publish:
name: Fake publish - PR
name: Fake publish - Main
needs: [ check-sign ]
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}

publish-dry:
name: Dry run publish - PR
name: Dry run publish - Main
needs: [ check-sign ]
runs-on: macos-latest
steps:
Expand Down

0 comments on commit a525dea

Please sign in to comment.