Skip to content

Commit

Permalink
chore: Update release-please to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 5, 2023
1 parent f8cb39a commit aa63a1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
version: ${{ steps.release.outputs.version }}

steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
command: manifest
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

- name: Release Please Results
env:
RESULTS: ${{ toJSON(steps.release.outputs) }}
Expand Down

0 comments on commit aa63a1d

Please sign in to comment.