aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yaml1
-rwxr-xr-xpackage.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ca7938c..25085d2 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -119,6 +119,7 @@ jobs:
needs:
- create_github_release
steps:
+ - uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: build
diff --git a/package.json b/package.json
index e611723..c69ff99 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "keycloakify-starter",
"homepage": "https://starter.keycloakify.dev",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "A starter/demo project for keycloakify",
"repository": {
"type": "git",