feat: fix semantic-release GitHub plugin configuration#10
Merged
Conversation
|
|
Member
|
@tangyang9464 @imp2002 please review |
…github plugin Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix CI error in jcasbin-rabbitmq-watcher
Fix semantic-release GitHub plugin configuration
Dec 21, 2025
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: #9
The CI was failing during semantic-release with
Variable $owner of type String! was provided invalid value, preventing automated releases to Maven Central and GitHub.Changes
repositoryUrlto.releaserc.jsonto explicitly provide repository context@semantic-release/githubplugin using array format with options object instead of bare string{ "branches": ["master"], "repositoryUrl": "https://github.com/jcasbin/jcasbin-rabbitmq-watcher", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@conveyal/maven-semantic-release", [ "@semantic-release/github", { "assets": [] } ] ] }The GitHub plugin now receives proper repository metadata, resolving the GraphQL variable error.
Original prompt
This section details on the original issue you should resolve
<issue_title>[bug] fix CI error</issue_title>
<issue_description>fix: https://github.com/jcasbin/jcasbin-rabbitmq-watcher/actions/runs/20406013146/job/58635796781