chore: Allow release with snapsho test dependency
Currently testcontainers-keycloak library is only available as a snapshot version for keycloak-x. This commit sets the keycloak distribution for releases to keycloak. This disables the profile that uses the snapshot dependency.
This commit is contained in:
parent
165bd44e4e
commit
3b6add3942
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
${{ runner.os }}-maven-
|
||||
- name: Release to GitHub packages
|
||||
run: |
|
||||
mvn -B clean release:prepare release:perform -s maven-github-settings.xml --file pom.xml -DpushChanges=false -DlocalCheckout=true -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }}
|
||||
mvn -B clean release:prepare release:perform -s maven-github-settings.xml --file pom.xml -DpushChanges=false -DlocalCheckout=true -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} -Dkeycloak.dist=keycloak
|
||||
git push origin v${{ github.event.inputs.releaseVersion }}
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue