From 709f9c91cd2ca1d6fc6172c3e891320d463b40d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Tue, 10 Mar 2026 18:38:21 +0100 Subject: [PATCH] ci: fix upload of .jar in release --- .github/workflows/build_release.yaml | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index d45447a..2adc01c 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -10,6 +10,9 @@ on: branches: - main +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest @@ -46,7 +49,7 @@ jobs: path: /release/. - name: upload build artifact - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v4 with: name: build path: ${{ steps.extract.outputs.destination }}/*.jar @@ -62,3 +65,4 @@ jobs: name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }} files: ${{ steps.extract.outputs.destination }}/*.jar + fail_on_unmatched_files: true diff --git a/pom.xml b/pom.xml index 4eccea7..008860b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.lunatech.keycloak keycloak-google-groups-mapper - 0.7 + 0.8 Keycloak Google Groups Mapper An Identity Provider Mapper that fetches Google Groups membership information of a user that uses Google as Identity Provider and syncs it to Keycloak groups.