Skip to content

Commit eeb3a64

Browse files
committed
Fixing Release Action
1 parent 73f28b3 commit eeb3a64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- name: set up JDK 8
1919
uses: actions/setup-java@v4
2020
with:
2121
java-version: 8
2222
distribution: 'corretto'
23+
- name: Grant execute permission for gradlew
24+
run: chmod +x gradlew
2325
- name: Build with Gradle
2426
run: ./gradlew build
2527
- name: Get Release Version

0 commit comments

Comments
 (0)