Skip to content

Commit 9cee4b7

Browse files
committed
Fix build
1 parent 107e2e9 commit 9cee4b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
target_commitish: ${{ github.head_ref || github.ref }}
6969
generate_release_notes: true
7070
files: |
71-
jars/standalone-keycloak-theme.jar
71+
jars/keycloak-theme-dsfr.jar
7272
draft: false
7373
prerelease: ${{ needs.check_if_version_upgraded.outputs.is_release_beta == 'true' }}
7474
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keycloak-theme-dsfr",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"keycloakify": {
66
"themeName": "dsfr",

0 commit comments

Comments
 (0)