Skip to content

Commit 2046398

Browse files
Java release action triggers (#211)
1 parent 773aa91 commit 2046398

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/release-java.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: "Java (release)"
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
5+
inputs:
6+
packageVersion:
7+
description: 'Version to build'
8+
required: true
9+
default: ''
10+
release:
11+
types: [ published ]
712

813
jobs:
914
build:

docs/reference/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ Gets the status of the onboarding invitation for a given invitation ID
24412441

24422442
##### Summary
24432443

2444-
Initates the participant onboarding flow using the input contact method
2444+
Initiates the participant onboarding flow using the input contact method
24452445

24462446
##### Returns
24472447

dotnet/Trinsic/ProviderService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public ProviderService(WalletProfile walletProfile, ServerConfig? serverConfig)
1515
public Provider.ProviderClient Client { get; }
1616

1717
/// <summary>
18-
/// Initates the participant onboarding flow using the input contact method
18+
/// Initiates the participant onboarding flow using the input contact method
1919
/// </summary>
2020
/// <param name="request"></param>
2121
/// <returns></returns>

0 commit comments

Comments
 (0)