-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: updating release actions to use ubuntu-latest by default #14
Conversation
…ng sdk-client macos workflow
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.
Most of this structure comes from https://github.com/launchdarkly/dotnet-client-sdk/blob/main/.github/workflows/publish.yml
Weaved in hash outputs for provenance and using pkgs/sdk/client/github_actions.env to set up env variables to make it more consistent with dotnet-core workflow structure.
@@ -0,0 +1,164 @@ | |||
# This workflow exists because the client sdk build process requires macos. | |||
name: Manual Publish SDK Client Package |
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.
nit: As we use it with workflow call we may want to remove "manual".
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.
Leaving this to avoid creating another row in the Github Actions page. Clearing workflows isn't supported without running gh
commands.
Describe the solution you've provided
Updated the release please workflow to use ubuntu-latest runner. Added special case workflow for the client SDK that is brought in from the dotnet-client repo with some modifications. The modifications were to make it work in the dotnet-core workflow/actions structure and to support provenance.