-
Notifications
You must be signed in to change notification settings - Fork 8
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: run release and release build in same workflow #5062
Conversation
uses: ./.github/actions/semantic-release | ||
env: | ||
GITHUB_PAT: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }} | ||
with: | ||
config: "node" | ||
|
||
# Build and push the image to ECR if the release was published | ||
build-image: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can most of this code move back into the gh-actions repo at some point for easier reuse?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, gha allows for reusable/shareable workflows. I think it would be great if we could eventually setup these workflows in the github actions repo and then reference them in all the app repos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks great to me! Left a couple questions but nothing blocking. Do we want to update the release-build action at all to prevent builds on tag pushes, now that we're building in the semantic release action?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@kathrynlovett Sorry I missed this at first. Yes, we should update that too, thanks for catching that! I just pushed up a commit to do that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the release-build
action! 🙏🏻
🎉 This PR is included in version 2.720.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.720.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.720.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.