From 423831af8cfef5be4a742c4dbfb30c30d1ff3ec4 Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 17 Mar 2023 17:18:57 +0100 Subject: [PATCH] We need to checkout to be able to push --- .github/workflows/ci.yaml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",