We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac14fc9 commit d0fc504Copy full SHA for d0fc504
1 file changed
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}
85
# working-directory: './plugin'
86
run: >
87
- ../gradlew publish
+ ./gradlew publish
88
--no-build-cache
89
--rerun-tasks
90
- name: "📜 Generate Documentation"
0 commit comments