Skip to content

Commit

Permalink
Fix maven publish workflow always skip gradle publish (#974)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuqing Wei <weiyuqing021@outlook.com>
  • Loading branch information
Yuqing-cat committed Jan 17, 2023
1 parent 9f16840 commit 3267655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# CI release command defaults to publishSigned
# Sonatype release command defaults to sonaTypeBundleRelease
- name: Gradle publish
if: startsWith(github.head_ref, 'releases/v')
run: gradle clean publish
env:
PGP_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 3267655

Please sign in to comment.