diff options
| author | 2023-03-17 17:18:57 +0100 | |
|---|---|---|
| committer | 2023-03-17 17:18:57 +0100 | |
| commit | 423831af8cfef5be4a742c4dbfb30c30d1ff3ec4 (patch) | |
| tree | 0f7b8995d1a12774a4d72e2946ea5ab18c9b03bd | |
| parent | improve CI (diff) | |
We need to checkout to be able to push
| -rw-r--r-- | .github/workflows/ci.yaml | 1 | ||||
| -rwxr-xr-x | package.json | 2 |
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", |