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 the workflows so that we can auto release a new major version #336

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

ido-namely
Copy link
Contributor

The previous solution was not working as expected because one workflow cannot be triggered by an event that itself was triggered by the github-action user.

So instead, the workflow to release new docker images is called explicitly by the workflow that will create a new gh release.
the release to docker can still be triggered however even if the gh release is done manually, which will allow us to keep using it for patch versions.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Collaborator

@jcburley jcburley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems reasonable to me, but I can't comment on the correctness of the implementation beyond looking for obvious typos, due to not knowing this area very well.

@ido-namely ido-namely merged commit 2b014d9 into master Sep 13, 2022
@ido-namely ido-namely deleted the ido-fix-auto-grpc-release branch September 13, 2022 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants