Skip to content

Commit ad930d0

Browse files
authored
Update lending_release.yaml (#140)
Issues with deployment. Need to allow for forced release
1 parent 133cdb1 commit ad930d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lending_release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Release Lending library
22
'on':
3+
workflow_dispatch:
4+
inputs:
5+
force:
6+
description: Force release of SDKs
7+
type: boolean
8+
default: false
39
push:
410
paths:
511
- lending/RELEASES.md

0 commit comments

Comments
 (0)