Skip to content

Commit

Permalink
fix deployment job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev authored Aug 28, 2024
1 parent bfa7838 commit 188b0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
deploy:
name: Deploy to Maven Central
runs-on: ubuntu-latest
needs: build
needs: [build,test]

if: startsWith(github.ref, 'refs/tags/v') # Only run on version tags
steps:
Expand Down

0 comments on commit 188b0a6

Please sign in to comment.