From c5182cc8b1ba400fc549efce9b4f73c58db4417b Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 29 Nov 2023 14:41:52 -0800 Subject: [PATCH] build: update to use v4 configuration options (#881) Update our own dogfood usage of the action --- .github/workflows/release-please.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index faec9c4..f7a5920 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -67,8 +67,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node - package-name: ${{env.ACTION_NAME}} - command: github-release + skip-github-pull-request: true - uses: actions/checkout@v2 - name: tag major and patch versions run: | @@ -96,8 +95,7 @@ jobs: token: ${{ secrets.ACTIONS_BOT_TOKEN }} release-type: node fork: true - package-name: ${{env.ACTION_NAME}} - command: release-pr + skip-github-release: true - id: label if: ${{ steps.release-pr.outputs.pr }} uses: actions/github-script@v3