Skip to content

Commit

Permalink
feat(ci): add staging branch for the Action and make the default bran…
Browse files Browse the repository at this point in the history
…ch dynamic
  • Loading branch information
rafaelromcar-parabol committed Sep 29, 2023
1 parent acf47af commit 7d6dbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ on:
push:
branches:
- release
- staging
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
target-branch: release
default-branch: release
default-branch: ${{ github.ref_name }}
release-type: node
package-name: parabol
extra-files: |
Expand Down

0 comments on commit 7d6dbce

Please sign in to comment.