Skip to content

Commit ebffc48

Browse files
henrymercerCopilot
andauthored
Include /tag in bundle release URL
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d51b375 commit ebffc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script/bundle_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cli_version = os.environ['CLI_VERSION']
66

77
# Link the GitHub Release corresponding to the new bundle version.
8-
bundle_release_url = f"https://github.com/github/codeql-action/releases/codeql-bundle-v{cli_version}"
8+
bundle_release_url = f"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v{cli_version}"
99
bundle_note = f"To learn more about the relevant changes to the CodeQL CLI and language packs, see the [bundle release]({bundle_release_url})."
1010

1111
# Get the PR number from the PR URL.

0 commit comments

Comments
 (0)