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

ci: updating release actions to use ubuntu-latest by default #14

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

tanderson-ld
Copy link
Contributor

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.

@tanderson-ld tanderson-ld requested a review from a team as a code owner August 26, 2024 15:58
Copy link
Contributor Author

@tanderson-ld tanderson-ld Aug 26, 2024

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
Copy link
Member

@kinyoklion kinyoklion Aug 26, 2024

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".

Copy link
Contributor Author

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.

@tanderson-ld tanderson-ld merged commit d9553dc into main Aug 27, 2024
8 checks passed
@tanderson-ld tanderson-ld deleted the ta/sc-252817/updating-actions branch August 27, 2024 14:52
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.

2 participants