Skip to content

Commit

Permalink
rename step to match command
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Apr 16, 2023
1 parent 66605f3 commit 4853205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Run tests with Gradle
- name: Publish snapshot to Sonatype
env:
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.GRADLE_SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GRADLE_SIGNING_PASSWORD }}
Expand Down

0 comments on commit 4853205

Please sign in to comment.