diff options
| author | 2023-04-03 20:28:29 +0200 | |
|---|---|---|
| committer | 2023-04-03 20:28:29 +0200 | |
| commit | a941d14edaec827e5a8cfa5238971daa931debd3 (patch) | |
| tree | e86c941de4bbf5cbb99ed16e4a35fb03fcc5dd9e | |
| parent | Bump version (diff) | |
| parent | Update ci.yaml (diff) | |
Merge branch 'main' of https://github.com/keycloakify/keycloakify-starter
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb0040a..b4ed31a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify - - run: mv build_keycloak/target/*keycloak-theme*.jar keycloak-theme.jar + - run: mv build_keycloak/target/*.jar keycloak-theme.jar - uses: softprops/action-gh-release@v1 with: name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }} @@ -101,4 +101,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/[email protected] - run: npx -y -p [email protected] gh-pages -u "github-actions-bot <[email protected]>" -d build -
\ No newline at end of file + |