Skip to content

Commit

Permalink
Fix workflow for updating client version
Browse files Browse the repository at this point in the history
Closes #636

Signed-off-by: Giuseppe Graziano <[email protected]>
(cherry picked from commit dc2a6aa)
  • Loading branch information
graziang authored and mposolda committed Dec 4, 2024
1 parent edd6f4a commit 61c7e3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-keycloak-client-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
run: |
git add pom.xml
git commit -m "Update version.keycloak.client to ${{ github.event.inputs.new_version }}"
git push origin main
git push origin main
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 61c7e3e

Please sign in to comment.