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

Fix our build step so it includes needed dependencies #315

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

dkotter
Copy link
Collaborator

@dkotter dkotter commented Nov 12, 2024

Description of the Change

In #291 we added in a composer dependency to run PHP checks. This works fine but requires us to have some files in the final release asset that aren't included in the git repo. The deploy workflow used for this particular plugin was ignoring those files so they don't end up in the final release, thus breaking that release.

This PR updates the workflows to match what we do on other plugins.

How to test the Change

Nothing to test here, will test once a release gets built

Changelog Entry

Fixed - Ensure dependencies are included properly in the release

Credits

Props @dkotter

Checklist:

@dkotter dkotter self-assigned this Nov 12, 2024
@dkotter dkotter requested a review from jeffpaul as a code owner November 12, 2024 18:32
@dkotter dkotter added this to the 2.8.0 milestone Nov 12, 2024
@github-actions github-actions bot modified the milestones: 2.8.0, 2.8.1 Nov 12, 2024
@github-actions github-actions bot added the needs:code-review This requires code review. label Nov 12, 2024
@dkotter dkotter merged commit 5c97303 into develop Nov 12, 2024
13 checks passed
@dkotter dkotter deleted the fix/build-step branch November 12, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-review This requires code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant