From ec9c6589b2cefbc8bfd51dc51d873b5c9f04674b Mon Sep 17 00:00:00 2001
From: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
Date: Thu, 7 Dec 2023 12:11:56 -0800
Subject: [PATCH] chore: attempt to fix rp workflow (#720)

attempt to fix rp workflow

Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
---
 .github/workflows/release.yml | 1 -
 release-please-config.json    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 21bbc2469..397b32858 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -22,7 +22,6 @@ jobs:
       - uses: google-github-actions/release-please-action@18e07ccc3cbf9452c36a903319d532486196dba9
         id: release
         with:
-          command: manifest
           token: ${{secrets.GITHUB_TOKEN}}
           default-branch: main
 
diff --git a/release-please-config.json b/release-please-config.json
index 66c7193d2..d97616c72 100644
--- a/release-please-config.json
+++ b/release-please-config.json
@@ -3,7 +3,6 @@
   "packages": {
     ".": {
       "package-name": "dev.openfeature.sdk",
-      "release-type": "simple",
       "monorepo-tags": false,
       "include-component-in-tag": false,
       "bump-minor-pre-major": true,