From 7e38937aa0589baa9451fef751e659323c611380 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:07:21 +0000 Subject: [PATCH] Update to Keycloak 26.0.1 --- .github/workflows/release.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfcfd6b..a6b817f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,7 +121,7 @@ - id: create_release name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: ${{ needs.build.outputs.project_name }} ${{ needs.build.outputs.project_version }} files: ${{ needs.build.outputs.artifact_id }}-${{ needs.build.outputs.project_version }}.jar -- Gitblit v1.9.1