-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Additional files to be added to .distignore #121
Comments
The GitHub Action actually failed: https://github.com/usefulteam/jwt-auth/actions/runs/8992257107/job/24701674019 Looking at the log, I think we can additionally exclude some Composer libraries:
…though that being said – these libraries are explicitly defined in Lines 21 to 27 in f99ca5a
So it looks like the jwt-auth/.github/workflows/deploy.yml Lines 12 to 14 in f99ca5a
🤔 although it is documented that way: https://github.com/php-actions/composer?tab=readme-ov-file#passing-arguments |
@sun Yep, so I did tweak a few things as I was doing this last night as I just wanted to squash some issues as I went. So the I have a feeling that the reason for #120 is that initially the As a side note, until now, the plugin has stated the current stable version of the plugin is Again, from the next tag, I think this will work cleanly, and the WordPress deploy action will automatically update the current stable branch to the name of the tag. One further aside, is it appears that the current |
Ah that makes sense – so we can just exclude the files you listed originally. Not sure about Where can you configure which folder wp.org is using for downloading the release? |
Yes, the deployment to WordPress action will do these things:
I think you still need to set the plugin version in the The final point above wasn't done last night as the action failed, so I changed it on GitHub manually, but the version on svn right now is still pointing to It's the "Stable tag:" that determines which folder is used for plugin installs in WP. |
This seems to be a nice quick fix we could include in the next release. |
There are some additional files and folders that don't need to go out to WordPress.org and should be added to .distignore:
The text was updated successfully, but these errors were encountered: