Fix workflow oops.
This commit is contained in:
parent
59f542dcc9
commit
4c282e6eb9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release-dev.yaml
vendored
2
.github/workflows/release-dev.yaml
vendored
|
@ -55,6 +55,6 @@ jobs:
|
|||
client-payload: |
|
||||
{
|
||||
"branch" : "${{ env.BRANCH }}",
|
||||
"release_tag" : "${{steps.date.outputs.date}}",
|
||||
"release_tag" : "${{steps.date.outputs.date}}"
|
||||
}
|
||||
|
||||
|
|
2
.github/workflows/release-main.yaml
vendored
2
.github/workflows/release-main.yaml
vendored
|
@ -56,6 +56,6 @@ jobs:
|
|||
client-payload: |
|
||||
{
|
||||
"branch" : "${{ env.BRANCH }}",
|
||||
"release_tag" : "${{steps.date.outputs.date}}",
|
||||
"release_tag" : "${{steps.date.outputs.date}}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue