更新 maven-publish.yml

This commit is contained in:
Yang Yang
2024-02-23 03:15:11 +08:00
committed by GitHub
parent 5dbd54e7c1
commit 6469d6bab4

View File

@@ -26,6 +26,8 @@ jobs:
elif [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
echo "::set-output name=tag::${{ github.event.inputs.tag }}"
fi
shell: bash
- name: Set up JDK 17
uses: actions/setup-java@v2