Skip to content

Commit

Permalink
Java release action triggers (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus authored Nov 18, 2021
1 parent 773aa91 commit 2046398
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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

0 comments on commit 2046398

Please sign in to comment.