Skip to content

Commit

Permalink
chore: bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Leroy committed Feb 3, 2023
1 parent 96a191a commit 197ab05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/keycloak-bcrypt-${{ github.GITHUB_REF_NAME }}.jar
asset_name: keycloak-bcrypt-${{ github.GITHUB_REF_NAME }}.jar
asset_path: ./build/libs/keycloak-bcrypt-${{ github.ref_name }}.jar
asset_name: keycloak-bcrypt-${{ github.ref_name }}.jar
asset_content_type: application/java-archive
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "com.github.leroyguillaume"
version = "1.5.1"
version = "1.5.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 197ab05

Please sign in to comment.