aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-06-10 16:10:46 +0200
committerGravatar Joseph Garrone <[email protected]>2024-06-10 16:10:46 +0200
commitd941a2fdcb3e090de761001e561450437d03c080 (patch)
tree761b0bb787d9140eb3d065f035e56840a1fe9096
parentUpdate keycloakify version (diff)
Update ci.yaml
-rw-r--r--.github/workflows/ci.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 16bd862..1431211 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: bahmutov/npm-install@v1
- - run: yarn build-keycloak-theme
+ - run: npm run build-keycloak-theme
check_if_version_upgraded:
name: Check if version upgrade
@@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: bahmutov/npm-install@v1
- - run: yarn build-keycloak-theme
+ - run: npm run build-keycloak-theme
- uses: softprops/action-gh-release@v2
with:
name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }}
@@ -49,9 +49,6 @@ jobs:
target_commitish: ${{ github.head_ref || github.ref }}
generate_release_notes: true
draft: false
- files: |
- dist_keycloak/keycloak-theme-for-kc-21-and-below.jar
- dist_keycloak/keycloak-theme-for-kc-23.jar
- dist_keycloak/keycloak-theme-for-kc-24-and-above.jar
+ files: dist_keycloak/keycloak-theme-*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}