From b2a06c0f226565aad59e392b38dab2eff9cdc847 Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Tue, 20 Feb 2024 03:01:07 -0500 Subject: [PATCH] actions pain #5 --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2433aed7f..d140662d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,10 @@ jobs: - name: publish id: publish - run: ./gradlew publish grabVersion # grabVersion stores the version in a special file that GitHub will read + # build to create artifacts for upload to GitHub + # publish publishes to maven + # grabVersion stores the version as an output + run: ./gradlew build publish grabVersion - name: capture build artifacts uses: actions/upload-artifact@v3