We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fc966 commit cad6e25Copy full SHA for cad6e25
.github/workflows/release-version.yml
@@ -13,6 +13,12 @@ jobs:
13
- uses: actions/checkout@master
14
with:
15
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
22
- name: Get version
23
run: echo "Releasing version ${{ github.event.release.tag_name }}"
24
- name: Verify release
0 commit comments