diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cff1716..d5aa343 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - run: gh pr view --json labels -r ${{ github.action_repository }} ${{ github.base_ref }} + - run: gh pr view --json labels -R ${{ github.action_repository }} ${{ github.base_ref }} env: GH_TOKEN: ${{ github.token }} - id: setup