diff options
author | 2024-02-13 02:17:24 +0100 | |
---|---|---|
committer | 2024-02-13 02:17:24 +0100 | |
commit | dd9ba563e38732277b1df61401c48361bc8bad66 (patch) | |
tree | f3c315f1a8738d554025850a41cbefc273ab9781 /.github | |
parent | Update yarn.lock (diff) |
Fix CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3ac8b3..7fc87fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,8 +17,6 @@ jobs: - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify - env: - XDG_CACHE_HOME: "/home/runner/.cache/yarn" check_if_version_upgraded: name: Check if version upgrade @@ -47,8 +45,6 @@ jobs: - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify - env: - XDG_CACHE_HOME: "/home/runner/.cache/yarn" - run: mv dist_keycloak/target/retrocompat-*.jar retrocompat-keycloak-theme.jar - run: mv dist_keycloak/target/*.jar keycloak-theme.jar - uses: softprops/action-gh-release@v1 |