Fix workflow oops.

This commit is contained in:
fewtarius 2023-01-06 06:08:23 -05:00
parent 59f542dcc9
commit 4c282e6eb9
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 2 deletions

View file

@ -55,6 +55,6 @@ jobs:
client-payload: |
{
"branch" : "${{ env.BRANCH }}",
"release_tag" : "${{steps.date.outputs.date}}",
"release_tag" : "${{steps.date.outputs.date}}"
}

View file

@ -56,6 +56,6 @@ jobs:
client-payload: |
{
"branch" : "${{ env.BRANCH }}",
"release_tag" : "${{steps.date.outputs.date}}",
"release_tag" : "${{steps.date.outputs.date}}"
}