Skip to content

Commit

Permalink
fix: try separating config
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Nov 30, 2023
1 parent c908c62 commit 88d6170
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ permissions:
name: release-please

jobs:
release-please:
rp-tag:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@dev/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/v4
with:
release-type: node
skip-github-release: true

0 comments on commit 88d6170

Please sign in to comment.