Skip to content

Commit 63d28b8

Browse files
committed
fix ci
1 parent 1219ed8 commit 63d28b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
6565
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
6666
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
run: ./gradlew :thymeleaf:jreleaserDeploy -DaltDeploymentRepository=local::file:./thymeleaf/build/staging-deploy
67+
run: ./gradlew :thymeleaf:jreleaserDeploy -DaltDeploymentRepository=local::file:./thymeleaf/build/staging-deploy --stacktrace
6868
- name: Publish jte package to staging
6969
run: ./gradlew :jte:publish
7070
- name: Publish jte package to maven central
@@ -75,7 +75,7 @@ jobs:
7575
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
7676
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
7777
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78-
run: ./gradlew :jte:jreleaserDeploy -DaltDeploymentRepository=local::file:./jte/build/staging-deploy
78+
run: ./gradlew :jte:jreleaserDeploy -DaltDeploymentRepository=local::file:./jte/jte/build/staging-deploy --stacktrace
7979
- name: Publish jte-compiler package to staging
8080
run: ./gradlew :jte-compiler:publish
8181
- name: Publish jte package to maven central
@@ -86,7 +86,7 @@ jobs:
8686
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
8787
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
8888
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89-
run: ./gradlew :jte-compiler:jreleaserDeploy -DaltDeploymentRepository=local::file:./jte/build/staging-deploy
89+
run: ./gradlew :jte-compiler:jreleaserDeploy -DaltDeploymentRepository=local::file:./jte/jte-compiler/build/staging-deploy --stacktrace
9090
- name: Publish core package to staging
9191
run: ./gradlew :core:publish
9292
- name: Publish core package to maven central

0 commit comments

Comments
 (0)