From 312f92d21a5b8925496d5015357c257dace3a028 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 13 Apr 2024 14:45:08 +0530 Subject: refactor(ci): introduce a composite workflow --- .github/workflows/draft_new_release.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to '.github/workflows/draft_new_release.yml') diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 95cb50a9..fa0b7ab9 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -32,26 +32,16 @@ jobs: echo "PR_BASE=release-${BRANCH_VERSION}" >> $GITHUB_ENV echo "PR_HEAD=release-prep" >> $GITHUB_ENV - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Setup build environment + uses: android-password-store/android-password-store/.github/reusable-workflows/setup-gradle@develop with: ref: ${{ env.CHECKOUT_REF }} - - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 - with: - distribution: temurin - java-version: 20 - - name: Update changelog uses: thomaseizinger/keep-a-changelog-new-release@77ac767b2f7f6edf2ee72ab3364ed26667086f96 # 3.0.0 with: version: ${{ github.event.milestone.title }} - - name: Setup Gradle caching - uses: gradle/actions/setup-gradle@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 # v3 - with: - gradle-home-cache-cleanup: true - - name: Initialize git config and commit changes shell: bash run: | -- cgit v1.2.3