We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c7e60 commit 5342c32Copy full SHA for 5342c32
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Java and Maven
11
uses: actions/setup-java@v1
12
with:
13
- java-version: 1.8
+ java-version: 11
14
- name: change version to release version
15
# Assume that RELEASE_VERSION will have form like: "v1.0.1". So we cut the "v"
16
run: mvn versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
run: |
39
mvn versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
0 commit comments