Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewowen committed Feb 8, 2024
1 parent 9cb2a63 commit 94288c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: ./gradlew assemble

- name: Lint Release
run: ./gradlew lintRelease
run: |
echo ${{ github.ref == 'refs/pull/*/merge' }}
./gradlew lintRelease
- name: Deploy To Maven Central
run: |
Expand Down

0 comments on commit 94288c2

Please sign in to comment.