From e9b990e49627b07775a3311ef93df1f1b21e8e4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 18 Apr 2021 00:43:30 +0200 Subject: [PATCH] add info for other build tools --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6b1269..65b3922 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,8 @@ jobs: because("we want to use a lightweight rule engine") } } + + Take a look the [information](https://search.maven.org/artifact/wtf.metio.reguloj/reguloj/${{steps.release.outputs.version}}/jar) available at Maven Central for other build tools. ``` - name: Send Mail if: steps.commits.outputs.count > 0 -- 2.11.4.GIT