Skip to content

Commit

Permalink
update staged-release branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 11, 2024
1 parent 1705eed commit dde3d6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stage-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Commit message matches against branch name (merge) or head commit (rebase)
if: >
github.repository == 'fullcalendar/fullcalendar-workspace' &&
!contains(github.event.head_commit.message, 'stage-release') &&
!contains(github.event.head_commit.message, 'staged-release') &&
!contains(github.event.head_commit.message, 'no-stage')
runs-on: ubuntu-latest

Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: stage-release
commit-message: stage-release
branch: staged-release
commit-message: staged-release
title: Next Version
body-path: VERSION-NOTES.md
delete-branch: true # delete old branch (if no open PRs) before creating new

0 comments on commit dde3d6b

Please sign in to comment.