Skip to content

Commit 88c2a37

Browse files
authored
Merge pull request #1485 from PolicyEngine/fix/staged-release-script-checkouts
Check out repo before staged release scripts
2 parents 8ae878b + eb7f5e3 commit 88c2a37

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy-staged.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ jobs:
255255
environment: staging
256256

257257
steps:
258+
- name: Checkout code
259+
uses: actions/checkout@v4
260+
258261
- name: Authenticate to Google Cloud
259262
uses: google-github-actions/auth@v2
260263
with:
@@ -281,6 +284,9 @@ jobs:
281284
environment: staging
282285

283286
steps:
287+
- name: Checkout code
288+
uses: actions/checkout@v4
289+
284290
- name: Authenticate to Google Cloud
285291
uses: google-github-actions/auth@v2
286292
with:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Check out repository files before staged release promotion and cleanup jobs run local scripts.

0 commit comments

Comments
 (0)