From 7e93471d3ba85062bdd60185d227dfa0f5e19370 Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Wed, 8 Jan 2025 15:42:06 +0100 Subject: [PATCH] chore: switch to mainstream release action --- .forgejo/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index be3b631..40ff43d 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: mvn -B --file pom.xml versions:set -DnewVersion=$NEW_VERSION - name: "Run JReleaser (Changelog)" - uses: https://w9r.dev/actions/release-action@main + uses: https://github.com/jreleaser/release-action@2.4.2 with: arguments: changelog --debug setup-java: false @@ -63,14 +63,14 @@ jobs: mvn -X --file pom.xml -Ppublication - name: "Run JReleaser (Assemble)" - uses: https://w9r.dev/actions/release-action@main + uses: https://github.com/jreleaser/release-action@2.4.2 with: arguments: assemble --debug setup-java: false continue-on-error: true - name: "Run JReleaser (Release)" - uses: https://w9r.dev/actions/release-action@main + uses: https://github.com/jreleaser/release-action@2.4.2 with: arguments: release --debug setup-java: false