Skip to content

fix(workflow/publish): resolve issues in paths-filter output and codemod publish error in workflow handling#31

Merged
amirabbas-gh merged 2 commits intomainfrom
github_action
Jan 10, 2025
Merged

fix(workflow/publish): resolve issues in paths-filter output and codemod publish error in workflow handling#31
amirabbas-gh merged 2 commits intomainfrom
github_action

Conversation

@amirabbas-gh
Copy link
Copy Markdown
Collaborator

📚 Description

This PR fixes two critical issues in the publish workflow:

  1. Bug in paths-filter job output: The paths-filter job was not providing the correct output, which caused downstream steps to fail.
  2. Error handling in Codemod Publish: When the codemod publish step encountered an error, it was not handled properly, leading to the workflow's failure.

These fixes improve the robustness and reliability of the publish workflow.

🧪 Test Plan

  1. Triggered the publish workflow with multiple scenarios:
    • Successful paths-filter output.
    • Failure in the codemod publish step.
  2. Verified that the workflow completes as expected in both cases:
    • Proper outputs are passed between jobs.
    • Errors in the codemod publish step are handled gracefully.

@amirabbas-gh amirabbas-gh changed the title fix(workflow): resolve issues in paths-filter output and codemod publish error in workflow handling fix(workflow/publish): resolve issues in paths-filter output and codemod publish error in workflow handling Jan 10, 2025
@amirabbas-gh amirabbas-gh added workflow bug Something isn't working labels Jan 10, 2025
@amirabbas-gh amirabbas-gh merged commit 90eb855 into main Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants