From 00926d212c3b3e5b5290356a90e7e6580ebf885d Mon Sep 17 00:00:00 2001 From: vahidlazio Date: Fri, 18 Aug 2023 15:51:15 +0200 Subject: [PATCH] fix(ci): use release please v3 (#29) Signed-off-by: vahid torkaman --- .github/workflows/release_please.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release_please.yaml b/.github/workflows/release_please.yaml index c3a68d3..dbd39cf 100644 --- a/.github/workflows/release_please.yaml +++ b/.github/workflows/release_please.yaml @@ -10,7 +10,7 @@ jobs: # Release-please creates a PR that tracks all changes steps: - - uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3 + - uses: google-github-actions/release-please-action@v3 id: release with: command: manifest @@ -48,7 +48,6 @@ jobs: OF_KOTLIN_RELEASE_VERSION: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} run: bash ./gradlew :openfeature:assemble - - name: Upload Openfeature SDK AAR 🗳 if: ${{ steps.release.outputs.releases_created }} uses: actions/upload-release-asset@v1