Skip to content

Commit 3356636

Browse files
committed
fix: branch tags
1 parent d2ccae9 commit 3356636

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- uses: actions/checkout@v2
2121
with:
22-
ref: develop
22+
ref: V8-release
2323
# pulls all commits (needed for semantic release to correctly version)
2424
fetch-depth: '0'
2525
# pulls all tags (needed for semantic release to correctly version)
@@ -42,7 +42,7 @@ jobs:
4242
- name: Generate Changelog
4343
id: generate_changelog
4444
run: |
45-
GITHUB_REF='refs/heads/develop' yarn extract-changelog
45+
GITHUB_REF='refs/heads/V8-release' yarn extract-changelog
4646
echo "Changelog script finished! Checking if there are changes..."
4747
CHANGELOG_PREVIEW=$(cat NEXT_RELEASE_CHANGELOG.md || true)
4848

0 commit comments

Comments
 (0)