We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128671c commit f2b848cCopy full SHA for f2b848c
1 file changed
.github/workflows/main.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
publish-github-packages:
87
if: startsWith(github.ref, 'refs/tags/v')
88
- needs: [test, publish-maven-central]
+ needs: [test]
89
runs-on: ubuntu-latest
90
91
permissions:
0 commit comments