Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit c5182cc

Browse files
authored
build: update to use v4 configuration options (#881)
Update our own dogfood usage of the action
1 parent d36178c commit c5182cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
with:
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969
release-type: node
70-
package-name: ${{env.ACTION_NAME}}
71-
command: github-release
70+
skip-github-pull-request: true
7271
- uses: actions/checkout@v2
7372
- name: tag major and patch versions
7473
run: |
@@ -96,8 +95,7 @@ jobs:
9695
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
9796
release-type: node
9897
fork: true
99-
package-name: ${{env.ACTION_NAME}}
100-
command: release-pr
98+
skip-github-release: true
10199
- id: label
102100
if: ${{ steps.release-pr.outputs.pr }}
103101
uses: actions/github-script@v3

0 commit comments

Comments
 (0)