-
-
Notifications
You must be signed in to change notification settings - Fork 53
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: re-trigger message payload validation #351
feat: re-trigger message payload validation #351
Conversation
Adding more context: The action keeps failing since the merged commit didn't have the fix for increasing the timeout on the test (the actual error). This PR is up-to-date and contains such a change. |
@jonaslagoni can you just do |
I don't think we need it, I'm rerunning the initial release. MacOS just went through, waiting for Windows |
ok, it worked, but no release, and no changes were detected 🤔 https://github.com/asyncapi/spec-json-schemas/actions/runs/4404537995/jobs/7715620229 |
oh yeah, after all you need to merge this as release was not triggered as in the meantime you merged PR with timeout increase 🤷🏼 |
Yea 😄 |
This reverts commit 2074418.
@smoya done 🙂 |
/rtm |
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 5.0.0-next-major-spec.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 6.0.0-next-major-spec.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR re-triggers the release workflow as it failed the last time #334