Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed May 1, 2023
1 parent 9e2624d commit 387790e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-QA-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
payload: |
{
"appsflyer_version": "${{env.PLUGIN_VERSION}}"
"appsflyer_version": "${{env.PLUGIN_VERSION}}",
"environment": "QA"
}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
payload: |
{
"appsflyer_version": "${{env.PLUGIN_VERSION}}"
"appsflyer_version": "${{env.PLUGIN_VERSION}}",
"environment": "Production"
}
env:
Expand Down

0 comments on commit 387790e

Please sign in to comment.