We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bb196 commit 64e8ce5Copy full SHA for 64e8ce5
.github/workflows/release-log.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches:
6
- release
7
- - v8-releasebranch
+ - '*-releasebranch'
8
9
jobs:
10
release:
.github/workflows/release-staging.yml
@@ -37,12 +37,11 @@ jobs:
37
base: branch,
38
head: 'master'
39
})
40
- - name: Checkout release branch (with history)
+ - name: Checkout current branch (with history)
41
uses: actions/checkout@master
42
with:
43
# Release script requires git history and tags.
44
fetch-depth: 0
45
- ref: release
46
- name: Yarn install
47
run: yarn
48
- name: Publish to NPM
0 commit comments