Closed MrKou47 closed 4 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request involves an update to the GitHub Actions workflow file located at .github/workflows/release.yml
. The specific change is the replacement of the action gz65555/publish@v0.1.9
with galacean/publish@v0.2.0
. This update indicates a version change of the publish action used for releasing the monorepo, with no other alterations made to the workflow structure or job definitions.
File Path | Change Summary |
---|---|
.github/workflows/release.yml | Updated action from gz65555/publish@v0.1.9 to galacean/publish@v0.2.0 |
sequenceDiagram
participant User
participant GitHub Actions
participant Publish Action
User->>GitHub Actions: Trigger Release
GitHub Actions->>Publish Action: Use galacean/publish@v0.2.0
Publish Action-->>GitHub Actions: Release Completed
GitHub Actions-->>User: Notify Release Success
🐰 In the meadow, a change did appear,
A new publish action, oh so dear!
From gz65555, we bid adieu,
To galacean's version, fresh and new.
Hops of joy as we celebrate,
With every release, we elevate! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.46%. Comparing base (
304941d
) to head (d78acd2
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
update publish action with galacean/publish
Summary by CodeRabbit