add release
This commit is contained in:
@@ -26,20 +26,17 @@ jobs:
|
||||
publish-artifact:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
ref: ${{ inputs.BRANCH_REFERENCE }}
|
||||
token: ${{ secrets.CI_BOT_TOKEN }}
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: ${{ inputs.JAVA_VERSION }}
|
||||
|
||||
- name: Run Gradle
|
||||
run: ./gradlew ${{ inputs.GRADLE_TASK }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user