Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ristekusdi/keycloak-ssha
Browse files Browse the repository at this point in the history
  • Loading branch information
Kresna Satya committed Mar 6, 2024
2 parents 435cec8 + 9dbcf2e commit cb06fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*"

jobs:
build-manual-install:
build-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -26,4 +26,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: released/*.jar
files: released/*.jar

0 comments on commit cb06fd9

Please sign in to comment.