diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5562ba6..e7fc622 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,9 +41,6 @@ jobs: id: release with: skip-github-release: true - release-type: "ruby" - package-name: "descope" - version-file: "lib/descope/version.rb" if: github.ref == 'refs/heads/main' - name: Publish to RubyGems diff --git a/.release-please/manifest.json b/.release-please-manifest.json similarity index 100% rename from .release-please/manifest.json rename to .release-please-manifest.json