Skip to content

Commit

Permalink
update to domino-ui 2.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Sep 11, 2023
1 parent 0bc786b commit b7c4113
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
java-version: [ 11 ]
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Java and Maven
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
java-version: 11
distribution: 'temurin'
- run: mvn verify -T4 -B -e
- name: Copy jar over ssh
uses: garygrossgarten/github-action-scp@release
Expand Down

0 comments on commit b7c4113

Please sign in to comment.