Skip to content

Commit 800a8f5

Browse files
committed
Make gradle executable
1 parent 54f41c6 commit 800a8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
npm install -g markdownlint-cli
6767
markdownlint changelog.md --fix
68+
chmod +x java/cbsso-opensaml/gradlew
6869
box task run taskfile=tasks/Build :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
6970
7071
- name: Commit Changelog To Master

0 commit comments

Comments
 (0)