From a5a08d648992540fca5f5ba55f1d8579be4f9718 Mon Sep 17 00:00:00 2001 From: Matt McMahand Date: Sat, 18 Oct 2025 12:55:07 -0400 Subject: [PATCH] switch action --- .github/workflows/release.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d90f18c..c33b350 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,19 +2,21 @@ name: release on: push: branches: [master] +permissions: + contents: write + issues: write + pull-requests: write jobs: release: runs-on: ubuntu-latest env: GEM_NAME: image_scraper steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: - bump-minor-pre-major: true - package-name: image_scraper + # bump-minor-pre-major: true release-type: ruby - version-file: "lib/image_scraper/version.rb" - uses: actions/checkout@v5 - name: install ruby if: "${{ steps.release.outputs.release_created }}"