We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f41c6 commit 800a8f5Copy full SHA for 800a8f5
.github/workflows/release.yml
@@ -65,6 +65,7 @@ jobs:
65
run: |
66
npm install -g markdownlint-cli
67
markdownlint changelog.md --fix
68
+ chmod +x java/cbsso-opensaml/gradlew
69
box task run taskfile=tasks/Build :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
70
71
- name: Commit Changelog To Master
0 commit comments