Skip to content

Conversation

@thedannywahl
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 13, 2025 17:25
@thedannywahl thedannywahl merged commit abcf941 into main Oct 13, 2025
4 checks passed
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 simplifies the release workflow by updating the build command and adding file artifacts to the GitHub release.

  • Updated build command to use a more specific package build with version parameter
  • Added distribution files to the GitHub release artifacts

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

Comment on lines 46 to +47
- name: Build
run: pnpm run build
run: pnpm build package ${{ github.ref_name }}
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

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

The build command assumes that github.ref_name contains a valid version parameter. Consider adding validation or using a more explicit version extraction method to ensure the parameter is in the expected format.

Copilot uses AI. Check for mistakes.
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