Skip to content

Commit 9d2fde1

Browse files
authored
ci: publish github package on successful maven publish (#308)
1 parent 1da0dd5 commit 9d2fde1

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
@@ -79,7 +79,7 @@ jobs:
7979

8080
publish-github-packages:
8181
if: startsWith(github.ref, 'refs/tags/v')
82-
needs: [test]
82+
needs: [test, publish-maven-central]
8383
runs-on: ubuntu-latest
8484

8585
permissions:

0 commit comments

Comments
 (0)