Skip to content

Commit

Permalink
Add check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Mar 22, 2021
1 parent 9ffdd87 commit e079987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ossrh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Check release validity
run: bash .github/scripts/check-release.sh
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit e079987

Please sign in to comment.