Skip to content

Commit

Permalink
Make gradle executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeers committed Sep 4, 2024
1 parent 54f41c6 commit 800a8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
run: |
npm install -g markdownlint-cli
markdownlint changelog.md --fix
chmod +x java/cbsso-opensaml/gradlew
box task run taskfile=tasks/Build :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
- name: Commit Changelog To Master
Expand Down

0 comments on commit 800a8f5

Please sign in to comment.