Skip to content

Commit

Permalink
release: 0.5.2 maven central availability
Browse files Browse the repository at this point in the history
* chore: github action to publish to maven central

* chore: github action to publish to maven central

* chore: github action to publish to maven central

* chore: github action to publish to maven central

* chore: github action to publish to maven central

* chore: github action to publish to maven central

* chore: github action to publish to maven central

* include :core in github action deploy

* manual github action trigger

* revert

* add debug info

* remove debug info

* add stacktrace

* feature: release 0.5.2

---------

Co-authored-by: Thomas Schuehly <thomas.schuehly@outlook.com>
  • Loading branch information
tschuehly authored and Thomas Schuehly committed Apr 24, 2023
1 parent 13964ad commit 5ecf6d8
Show file tree
Hide file tree
Showing 18 changed files with 319 additions and 159 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew :thymeleaf:jreleaserDeploy -DaltDeploymentRepository=local::file:./thymeleaf/build/staging-deploy
- name: Publish core package to staging
- name: Publish thymeleaf package to staging
run: ./gradlew :jte:publish
- name: Publish thymeleaf package to maven central
Expand Down
Loading

0 comments on commit 5ecf6d8

Please sign in to comment.