Skip to content

Commit 38dbe03

Browse files
authored
chore: remove maven publish dependencies for publish-github-packages job
1 parent 128671c commit 38dbe03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
publish-github-packages:
8787
if: startsWith(github.ref, 'refs/tags/v')
88-
needs: [test, publish-maven-central]
88+
needs: [test]
8989
runs-on: ubuntu-latest
9090

9191
permissions:

0 commit comments

Comments
 (0)