We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da0dd5 commit 9d2fde1Copy full SHA for 9d2fde1
1 file changed
.github/workflows/main.yaml
@@ -79,7 +79,7 @@ jobs:
79
80
publish-github-packages:
81
if: startsWith(github.ref, 'refs/tags/v')
82
- needs: [test]
+ needs: [test, publish-maven-central]
83
runs-on: ubuntu-latest
84
85
permissions:
0 commit comments