chore: update keycloak version to 22.0.2 (#52) #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Triggers a release build on JitPack | |
name: jitpack-build | |
on: | |
push: | |
tags: [ '*' ] | |
jobs: | |
jitpack: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Request latest release build from JitPack | |
run: | | |
# timeout in 30 seconds to avoid waiting for build | |
echo % curl -s -m 30 https://jitpack.io/com/github/$GITHUB_REPOSITORY/$GITHUB_REF_NAME/maven-metadata.xml | |
curl -s -m 30 https://jitpack.io/com/github/$GITHUB_REPOSITORY/$GITHUB_REF_NAME/maven-metadata.xml || true |