Skip to content

chore(npm): fix release-production#188

Merged
gnbm merged 5 commits intomainfrom
gm/release-action-fix1
Nov 17, 2025
Merged

chore(npm): fix release-production#188
gnbm merged 5 commits intomainfrom
gm/release-action-fix1

Conversation

@gnbm
Copy link
Copy Markdown
Contributor

@gnbm gnbm commented Nov 17, 2025

  • fix release-production

@gnbm gnbm added the github_actions Pull requests that update GitHub Actions code label Nov 17, 2025
@gnbm gnbm marked this pull request as ready for review November 17, 2025 00:12
@gnbm gnbm changed the title Gm/release action fix1 bug(github-actions): fix release-production Nov 17, 2025
@gnbm gnbm requested a review from Copilot November 17, 2025 00:23
Copy link
Copy Markdown

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 a GitHub Actions workflow configuration error where the bump input parameter was incorrectly defined with type: choice, which is not supported for workflow_call triggers (only supported for workflow_dispatch).

Key Changes:

  • Changed the bump input type from choice to string in the release-production.yml workflow
  • Removed the options array that was only valid for choice type inputs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

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.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gnbm gnbm merged commit 8fc41da into main Nov 17, 2025
12 checks passed
@gnbm gnbm changed the title bug(github-actions): fix release-production chore(npm): fix release-production Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants