Skip to content

Commit

Permalink
chore: use release-please-action v4
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ching <[email protected]>
  • Loading branch information
chingor13 authored Dec 12, 2023
1 parent b9ffba6 commit e677d42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
rp-tag:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@dev/fix-action-reference
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
skip-github-pull-request: true
rp-pr:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@dev/fix-action-reference
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
skip-github-release: true
skip-github-release: true

0 comments on commit e677d42

Please sign in to comment.