diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62d6b48..2d990d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: target_commitish: ${{ github.head_ref || github.ref }} generate_release_notes: true draft: false - prerelease: ${{ needs.check_if_version_upgraded.outputs.is_pre_release == 'true' }} + #prerelease: ${{ needs.check_if_version_upgraded.outputs.is_pre_release == 'true' }} files: build_keycloak/keycloak-theme-*.jar env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 9af0e82..298c9af 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify-starter", - "version": "0.0.0", + "version": "10.0.0-rc.136", "description": "Keycloakify Webpack Starter", "repository": { "type": "git",