Skip to content

Commit ffc7c06

Browse files
authored
Update create-release.yml
1 parent a89ed64 commit ffc7c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Install JDK 11
17-
uses: actions/setup-java@v1
17+
uses: actions/setup-java@v3
1818
with:
1919
java-version: 11
2020

2121
- name: Build
22-
run: mvn install
22+
run: mvn -B install
2323

2424
- uses: ncipollo/release-action@v1
2525
with:

0 commit comments

Comments
 (0)