Skip to content

Commit

Permalink
fix: fix action reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Nov 30, 2023
1 parent 88d6170 commit b9ffba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/v4
- uses: google-github-actions/release-please-action@dev/fix-action-reference
with:
release-type: node
skip-github-pull-request: true
rp-pr:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@dev/v4
- uses: google-github-actions/release-please-action@dev/fix-action-reference
with:
release-type: node
skip-github-release: true

0 comments on commit b9ffba6

Please sign in to comment.