You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cd): switching master deployment to release on production (#309)
* fix(cd): switching master deployment to release on production
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* chore(*): adding missing ci scripts
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/workflows/_cd-deploy.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ permissions:
23
23
contents: read
24
24
25
25
env:
26
-
BUILD_TYPE: ${{ contains(inputs.target_ref, 'master') && 'staging' || 'staging' }}# master targets production but for testing purposes we only deploy to staging
0 commit comments