Skip to content

Commit d0fc504

Browse files
committed
../gradlew should be ./gradlew
1 parent ac14fc9 commit d0fc504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}
8585
# working-directory: './plugin'
8686
run: >
87-
../gradlew publish
87+
./gradlew publish
8888
--no-build-cache
8989
--rerun-tasks
9090
- name: "📜 Generate Documentation"

0 commit comments

Comments
 (0)