We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ccae9 commit 3356636Copy full SHA for 3356636
1 file changed
.github/workflows/changelog-preview.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: ${{ matrix.node-version }}
20
- uses: actions/checkout@v2
21
with:
22
- ref: develop
+ ref: V8-release
23
# pulls all commits (needed for semantic release to correctly version)
24
fetch-depth: '0'
25
# pulls all tags (needed for semantic release to correctly version)
@@ -42,7 +42,7 @@ jobs:
42
- name: Generate Changelog
43
id: generate_changelog
44
run: |
45
- GITHUB_REF='refs/heads/develop' yarn extract-changelog
+ GITHUB_REF='refs/heads/V8-release' yarn extract-changelog
46
echo "Changelog script finished! Checking if there are changes..."
47
CHANGELOG_PREVIEW=$(cat NEXT_RELEASE_CHANGELOG.md || true)
48
0 commit comments