Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enrich Action Workflow with Accurate Publish Commands #30

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

teogor
Copy link
Owner

@teogor teogor commented Nov 20, 2023

Addressing Incorrect Publish Commands

This PR addresses the previously used incorrect publish commands ./gradlew :plugin:winds-api:publish --no-configuration-cache within the action workflow. These commands were targeting the wrong modules, potentially leading to unintended publishing actions.

Implemented Corrections

To rectify the issue, this PR introduces the following changes:

  • Replaced ./gradlew :plugin:winds-api:publish --no-configuration-cache with the accurate command /gradlew :api:publish --no-configuration-cache ./gradlew :common:publish --no-configuration-cache

These changes ensure that the action workflow correctly publishes the api and common modules, aligning with the intended behavior.

Improved Workflow Accuracy

By implementing these corrections, we enhance the accuracy and reliability of the action workflow, ensuring that the correct modules are published during the automated build process.

Review and Feedback

Please review the changes introduced in this PR and provide any feedback or suggestions.

@teogor teogor self-assigned this Nov 20, 2023
@teogor teogor merged commit 2f00302 into main Nov 20, 2023
@zeobot zeobot bot deleted the fix/publish-commands branch November 20, 2023 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

1 participant