-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
feat: dispatch event to flarum/installation-packages
on release
#3625
feat: dispatch event to flarum/installation-packages
on release
#3625
Conversation
Signed-off-by: Sami Mazouz <[email protected]>
Is the idea behind your workflow to run after the release, cq the version has been tagged? Because the prepare release workflow only gathers changes, commits, contributors and donators. It doesn't actually tag (yet) because tags need changelogs.. |
Argh.. true, you run the That's fine we can always trigger the tarball build manually as well. |
Actually, let me just switch to a separate workflow that runs on release |
Signed-off-by: Sami Mazouz <[email protected]>
Signed-off-by: Sami Mazouz <[email protected]>
Changes proposed in this pull request:
Auto trigger build of installation packages on flarum/installation-packages.
PACKAGES_BUILD_TOKEN
secret added first. The token must have permission to trigger theworkfow_dispatch
event on the target repository.Necessity
Confirmed
composer test
).