From ce980ae8a24137d9f8f1e2afcaacf85fcd9192bf Mon Sep 17 00:00:00 2001 From: "Dr. Strangelove" Date: Thu, 7 Nov 2024 17:01:59 -0500 Subject: [PATCH] chore: fix release action (#84) Change-Id: Ifacc6fdb76a3f61d190f4299dd9412c27c38b3e1 --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d77665..013b501 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,14 +11,10 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: release-type: ruby - package-name: looker-sdk - bump-minor-pre-major: true - bump-patch-for-minor-pre-major: true - version-file: "lib/looker-sdk/version.rb" token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }} # Checkout code if release was created - uses: actions/checkout@v4