From 2046398c183a1620c89b7cd858d932d91303eb4a Mon Sep 17 00:00:00 2001 From: Scott Phillips Date: Thu, 18 Nov 2021 00:34:09 -0500 Subject: [PATCH] Java release action triggers (#211) --- .github/workflows/release-java.yml | 9 +++++++-- docs/reference/dotnet.md | 2 +- dotnet/Trinsic/ProviderService.cs | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) 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 /// /// ///