We need to checkout to be able to push

This commit is contained in:
garronej 2023-03-17 17:18:57 +01:00
parent 06d715dc2e
commit 423831af8c
2 changed files with 2 additions and 1 deletions

View file

@ -119,6 +119,7 @@ jobs:
needs: needs:
- create_github_release - create_github_release
steps: steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: build name: build

View file

@ -1,7 +1,7 @@
{ {
"name": "keycloakify-starter", "name": "keycloakify-starter",
"homepage": "https://starter.keycloakify.dev", "homepage": "https://starter.keycloakify.dev",
"version": "3.2.0", "version": "3.2.1",
"description": "A starter/demo project for keycloakify", "description": "A starter/demo project for keycloakify",
"repository": { "repository": {
"type": "git", "type": "git",