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