Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
divialth authored Jan 7, 2022
1 parent fd8d3c2 commit 484d777
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/keycloak-15.1.1.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: keycloak build matrix

on:
#schedule:
# - cron: '11 4 * * 0'
schedule:
- cron: '47 3 * * 1'
push:
branches: [ main ]
pull_request:
Expand All @@ -25,7 +25,7 @@ jobs:
# specify the keycloak version to use
KC_VERSION: [15.1.1, 16.1.0]
# specify the java version to use
JAVA_VERSION: [11]
JAVA_VERSION: [8, 11]

steps:

Expand Down Expand Up @@ -67,5 +67,5 @@ jobs:
- name: release files
uses: softprops/action-gh-release@v1
with:
tag_name: keycloak-${{ matrix.KC_VERSION }}-${{ env.JAVA_DIST }}-${{ matrix.JAVA_VERSION }}
tag_name: keycloak-${{ matrix.KC_VERSION }}-jdk-${{ matrix.JAVA_VERSION }}-${{ env.JAVA_DIST }}
files: keycloak-extension-playground/**/target/*.jar

0 comments on commit 484d777

Please sign in to comment.