Skip to content

Commit bd38db5

Browse files
committed
can't use GITHUB_REPOSITORY_URL
1 parent ef90540 commit bd38db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/create-platform-release-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ create_changelog_pr() {
298298

299299
# Generate Changelog and Test Plan
300300
echo "Generating changelog via auto-changelog.."
301-
yarn auto-changelog update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
301+
yarn auto-changelog update --rc --repo "https://github.com/MetaMask/metamask-extension" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
302302

303303
# Skip commits.csv for hotfix releases (previous_version_ref is literal "null")
304304
# - When we create a new major/minor release, we fetch all commits included in the release, by fetching the diff between HEAD and previous version reference.

0 commit comments

Comments
 (0)