-
Notifications
You must be signed in to change notification settings - Fork 24
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
Automate release and deployment #9
Comments
Could consider using the create-release action, which should do the trick. A trigger condition like this should get what you want.
New GitHub Actions versions get released to the marketplace upon creation of a release, so, this should work for that use case. |
@spyoungtech Thanks for pointing that out. Will look into it. |
I'm using https://github.com/release-drafter/release-drafter to automatically create a draft release when PR is merged. You can activate release-drafter in GitHub Actions (example) . |
Need to automate this deployment to make project easier to maintain. Ideally deployment would happen if we pushed a signed tag to the
main
branch. However there is the issue where the updated code has to be available for GitHub actions to use (I am not aware if it being able to use a build artifact at this time... I hope there is a way it can). Ticket tracks figuring out best way to automate this release process and keep it sane.The text was updated successfully, but these errors were encountered: