Skip to content

Commit

Permalink
chore: fix release action (#84)
Browse files Browse the repository at this point in the history
Change-Id: Ifacc6fdb76a3f61d190f4299dd9412c27c38b3e1
  • Loading branch information
drstrangelooker authored Nov 7, 2024
1 parent d36c0e9 commit ce980ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce980ae

Please sign in to comment.