This commit is contained in:
usbharu 2024-08-10 16:00:33 +09:00
parent 46e31c9878
commit e45dd333d7
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ jobs:
gradle-home-cache-cleanup: true
- name: Show GitHub Base Ref
run: echo ${{ github.base_ref }}
run: |
echo ${{ github.base_ref }}
echo ${{ github.base_ref == 'master' }}
- name: Publish OWL Local
if: github.base_ref == 'release-test-master' && contains(${{ needs.release-diff-check.outputs.diff }}, 'owl')