|
|
|
@ -21,7 +21,7 @@ jobs:
|
|
|
|
IS_SNAPSHOT: ${{ steps.check-deploy-type.outputs.IS_SNAPSHOT }}
|
|
|
|
IS_SNAPSHOT: ${{ steps.check-deploy-type.outputs.IS_SNAPSHOT }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout codes
|
|
|
|
- name: Checkout codes
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
uses: actions/checkout@v6
|
|
|
|
- name: Check deploy type
|
|
|
|
- name: Check deploy type
|
|
|
|
id: check-deploy-type
|
|
|
|
id: check-deploy-type
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
@ -65,7 +65,7 @@ jobs:
|
|
|
|
if: ${{ needs.check-snapshot.outputs.IS_SNAPSHOT == 'true' }}
|
|
|
|
if: ${{ needs.check-snapshot.outputs.IS_SNAPSHOT == 'true' }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout codes
|
|
|
|
- name: Checkout codes
|
|
|
|
uses: actions/checkout@v5
|
|
|
|
uses: actions/checkout@v6
|
|
|
|
- name: Set up JDK ${{ needs.set-jdk.outputs.jdk }}
|
|
|
|
- name: Set up JDK ${{ needs.set-jdk.outputs.jdk }}
|
|
|
|
uses: actions/setup-java@v5
|
|
|
|
uses: actions/setup-java@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|