Commit aa75b3e
authored
add dispatch ID parameter to create-release.yaml GH action (#641)
**What changed?**
Added the input param dispatch_id to the create-release.yaml GH action.
**Why?**
This parameter is required by the launchpad release tooling to track GH
actions that are run as part of Temporal WFs.
<https://temporal.io/blog/running-github-actions-temporal-guide#the-dispatch-id-challenge>
**Breaking changes**
None. A default value of "none" is provided. The new parameter can be
ignored when the action is run manually.1 parent e1c9754 commit aa75b3e
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
0 commit comments