Skip to content

Commit 742c2b5

Browse files
committed
Fix dirty flag in GH actions
1 parent c68312c commit 742c2b5

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/push.yml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
java-version: '17'
1717
distribution: 'adopt'
1818
cache: gradle
19-
- name: Grant execute permission for gradlew
20-
run: chmod +x gradlew
21-
- name: Run git status to determine why it is marked dirty
22-
run: git status
2319
- name: Build with Gradle
2420
run: ./gradlew build
2521
- name: Cleanup Gradle Cache

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
java-version: '17'
1919
distribution: 'adopt'
2020
cache: gradle
21-
- name: Grant execute permission for gradlew
22-
run: chmod +x gradlew
2321
- name: Publish with Gradle
2422
run: ./gradlew publish
2523
env:

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)