Skip to content

Commit

Permalink
chore(pipeline): fix workflow syntax
Browse files Browse the repository at this point in the history
SUITEDEV-35352

Co-authored-by: megamegax <[email protected]>
Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
3 people committed Mar 7, 2024
1 parent 7831353 commit 01ca8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_sample_app_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
serviceAccountJson: ./sample/google-play-store-service-account.json
packageName: com.emarsys.sample
releaseFiles: sample/build/outputs/bundle/release/sample-release.aab
track: ${{ github.event.workflow_run.inputs.track != null && github.event.workflow_run.inputs.track || alpha }}
track: ${{ github.event.workflow_run.inputs.track != null && github.event.workflow_run.inputs.track || 'alpha' }}

Report:
if: ${{ always() && github.event.workflow_run.conclusion == 'success' }}
Expand Down

0 comments on commit 01ca8ec

Please sign in to comment.