Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
build: update to use v4 configuration options (#881)
Browse files Browse the repository at this point in the history
Update our own dogfood usage of the action
  • Loading branch information
chingor13 committed Nov 29, 2023
1 parent d36178c commit c5182cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5182cc

Please sign in to comment.