Skip to content

get automatic release workflow working#29

Merged
mjreed-wbd merged 16 commits intomasterfrom
bugfix/release-workflow
Sep 11, 2025
Merged

get automatic release workflow working#29
mjreed-wbd merged 16 commits intomasterfrom
bugfix/release-workflow

Conversation

@mjreed-wbd
Copy link
Collaborator

original version only works if the artifacts were uploaded by the same workflow run; current version doesn't work at all due to a mistake in deriving the repository slug.

@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 20:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the automatic release workflow by correcting the repository reference used in the GitHub API call. The workflow was broken due to an incorrect method of deriving the repository slug when fetching the latest successful binary build artifacts.

  • Replaces hardcoded environment variables with GitHub's built-in repository context
  • Fixes the API endpoint URL construction for downloading artifacts from the latest successful workflow run

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 21:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

mjreed-wbd and others added 2 commits September 11, 2025 17:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 21:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 21:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 21:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 21:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 21:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mjreed-wbd mjreed-wbd requested a review from Copilot September 11, 2025 21:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@mjreed-wbd mjreed-wbd merged commit 8f828fa into master Sep 11, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants