Skip to content

Commit 10aa085

Browse files
committed
CI test
1 parent 3d913b1 commit 10aa085

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
java-version: '17'
3030
distribution: 'temurin'
3131

32+
- name: Make gradlew executable
33+
run: chmod +x ./gradlew
34+
3235
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3336
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3437
- name: Setup Gradle
@@ -45,6 +48,7 @@ jobs:
4548

4649
push-dist:
4750
runs-on: ubuntu-latest
51+
needs: build
4852
permissions:
4953
contents: write
5054
steps:

0 commit comments

Comments
 (0)