diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index dded3da..5ae7d5a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -17,6 +17,8 @@ jobs: distribution: 'adopt' - name: Build packages run: gradle build + - name: Grant permission to deploy.sh + run: chmod 755 .github/commands/deploy.sh - name: Publish to the Maven Central Repository run: .github/commands/deploy.sh env: