From a74841a2fd4c3a46dacc2a190741c666d5b89588 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 13 Jun 2024 23:20:47 +0200 Subject: [PATCH] Bump version --- .github/workflows/ci.yaml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1431211..ba6ae69 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,8 +35,8 @@ jobs: create_github_release: runs-on: ubuntu-latest needs: check_if_version_upgraded - # We create a release only if the version have been upgraded and we are on a default branch - if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' && github.event_name == 'push' + # We create a release only if the version have been upgraded + if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -49,6 +49,6 @@ jobs: target_commitish: ${{ github.head_ref || github.ref }} generate_release_notes: true draft: false - files: dist_keycloak/keycloak-theme-*.jar + files: build_keycloak/keycloak-theme-*.jar env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index c64e4ed..2b80bc5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify-starter", - "version": "6.1.10", + "version": "7.0.0", "description": "Keycloakify Webpack Starter", "repository": { "type": "git",