Skip to content

Commit 64e8ce5

Browse files
committed
Make some changes to allow custom branches
1 parent 09bb196 commit 64e8ce5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release-log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- release
7-
- v8-releasebranch
7+
- '*-releasebranch'
88

99
jobs:
1010
release:

.github/workflows/release-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ jobs:
3737
base: branch,
3838
head: 'master'
3939
})
40-
- name: Checkout release branch (with history)
40+
- name: Checkout current branch (with history)
4141
uses: actions/checkout@master
4242
with:
4343
# Release script requires git history and tags.
4444
fetch-depth: 0
45-
ref: release
4645
- name: Yarn install
4746
run: yarn
4847
- name: Publish to NPM

0 commit comments

Comments
 (0)