diff options
author | 2024-08-15 23:34:30 +0200 | |
---|---|---|
committer | 2024-08-15 23:34:30 +0200 | |
commit | 60d3af6b39c58761e99e61d698f806fa13354bb5 (patch) | |
tree | c7005b6398499305e58998a4b8f60b9fe59e467d | |
parent | update keycloakify (diff) |
Publish release
-rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
-rwxr-xr-x | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae49c71..dcb8d7f 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: dist_keycloak/keycloak-theme-*.jar env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 707f123..0277194 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": "Starter for Keycloakify 10", "repository": { "type": "git", |