diff --git a/.github/workflows/release-java.yml b/.github/workflows/release-java.yml index e380cb084..5667f7c5d 100644 --- a/.github/workflows/release-java.yml +++ b/.github/workflows/release-java.yml @@ -2,8 +2,13 @@ name: "Java (release)" on: workflow_dispatch: - push: - branches: [ main ] + inputs: + packageVersion: + description: 'Version to build' + required: true + default: '' + release: + types: [ published ] jobs: build: diff --git a/docs/reference/dotnet.md b/docs/reference/dotnet.md index af4189361..b00cb2aca 100644 --- a/docs/reference/dotnet.md +++ b/docs/reference/dotnet.md @@ -2441,7 +2441,7 @@ Gets the status of the onboarding invitation for a given invitation ID ##### Summary -Initates the participant onboarding flow using the input contact method +Initiates the participant onboarding flow using the input contact method ##### Returns diff --git a/dotnet/Trinsic/ProviderService.cs b/dotnet/Trinsic/ProviderService.cs index e010a9d64..550aebb20 100644 --- a/dotnet/Trinsic/ProviderService.cs +++ b/dotnet/Trinsic/ProviderService.cs @@ -15,7 +15,7 @@ public ProviderService(WalletProfile walletProfile, ServerConfig? serverConfig) public Provider.ProviderClient Client { get; } /// - /// Initates the participant onboarding flow using the input contact method + /// Initiates the participant onboarding flow using the input contact method /// /// ///