Skip to content

Commit cad6e25

Browse files
committed
minor
1 parent 20fc966 commit cad6e25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-version.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
- uses: actions/checkout@master
1414
with:
1515
fetch-depth: 0
16+
- name: Set up JDK 1.8
17+
uses: actions/setup-java@v1
18+
with:
19+
java-version: 1.8
20+
- name: Grant execute permission for gradlew
21+
run: chmod +x gradlew
1622
- name: Get version
1723
run: echo "Releasing version ${{ github.event.release.tag_name }}"
1824
- name: Verify release

0 commit comments

Comments
 (0)