Skip to content

ci: Fix the release URL (I hope)#1277

Merged
EttyKitty merged 2 commits into
mainfrom
EttyKitty-patch-2
Jun 29, 2026
Merged

ci: Fix the release URL (I hope)#1277
EttyKitty merged 2 commits into
mainfrom
EttyKitty-patch-2

Conversation

@EttyKitty

@EttyKitty EttyKitty commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator

Summary by cubic

Fixes broken release links in the workflow’s Discord embed by using steps.create_release.outputs.url instead of steps.create_release.outputs.html_url. The embed title and footer now link to the correct GitHub release.

Written for commit 7f07f0d. Summary will update on new commits.

Review in cubic

@github-actions github-actions Bot added Type: CI Continuous Integration changes Size: Tiny labels Jun 28, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Confidence score: 2/5

  • In .github/workflows/create_release.yml, referencing outputs.outputs.url instead of steps.create_release.outputs.url will leave the release URL unset, which can break downstream workflow steps that depend on that value and cause release automation to fail — fix the output key to outputs.url before merging.

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread .github/workflows/create_release.yml Outdated
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 issues found across 1 file (changes from recent commits).

Re-trigger cubic

@EttyKitty EttyKitty merged commit ab798a1 into main Jun 29, 2026
5 checks passed
@EttyKitty EttyKitty deleted the EttyKitty-patch-2 branch June 29, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Size: Tiny Type: CI Continuous Integration changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant