Skip to content

Commit

Permalink
Fix new CI (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw authored Jan 25, 2024
1 parent 9f60443 commit 59169c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
publish:
name: Publish
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'cashapp/tempest' }}
needs: [js, jvm]
needs: [jvm]
runs-on: [ubuntu-latest]
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
Expand Down

0 comments on commit 59169c5

Please sign in to comment.