aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-03-17 17:18:57 +0100
committerGravatar garronej <[email protected]>2023-03-17 17:18:57 +0100
commit423831af8cfef5be4a742c4dbfb30c30d1ff3ec4 (patch)
tree0f7b8995d1a12774a4d72e2946ea5ab18c9b03bd
parentimprove CI (diff)
We need to checkout to be able to push
-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",