diff options
author | 2024-08-15 23:37:37 +0200 | |
---|---|---|
committer | 2024-08-15 23:37:37 +0200 | |
commit | 144c45a7fd743f038c44f84d538ea4c1c9bb1ffd (patch) | |
tree | 663d079d812e86d8ab1afdcde2e40e0c59ee86fa | |
parent | Publish release (diff) |
Reset version to 0.0.0
-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 dcb8d7f..ae49c71 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 0277194..707f123 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify-starter", - "version": "10.0.0-rc.136", + "version": "0.0.0", "description": "Starter for Keycloakify 10", "repository": { "type": "git", |