Skip to content

Commit 3984cdb

Browse files
committed
syntax fix
1 parent 54f12a1 commit 3984cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v2
3333
- name: Set up Java and Maven
3434
uses: actions/setup-java@v1
35-
with:
36-
java-version: 1.8
35+
with:
36+
java-version: 1.8
3737
- name: change version to release version
3838
run: |
3939
mvn versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit

0 commit comments

Comments
 (0)