Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/release-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dotnet/Trinsic/ProviderService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public ProviderService(WalletProfile walletProfile, ServerConfig? serverConfig)
public Provider.ProviderClient Client { get; }

/// <summary>
/// Initates the participant onboarding flow using the input contact method
/// Initiates the participant onboarding flow using the input contact method
/// </summary>
/// <param name="request"></param>
/// <returns></returns>
Expand Down