-
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
RSDK-3383 - Workflow updates #53
Conversation
what are these updates for? |
added a description, but the current state is quite annoying every time we want to do a release. you have to press the release action, then wait for things to finish, then download the zip, then unzip, then create the release and publish that, then actually publish to crates locally. with these changes you just have to start the release action and then when that finishes, release the draft release |
This reverts commit 75e0e1c.
this creates the a draft release from the release action with an automated version bump. The builds are automatically populated as well
adds publish action to publish to crates
tested all the way up to actually publishing (able to run it with
--dry-run
with no issues tho)basically follows the structure of the python workflows before we revamped it