Skip to content

Commit a14e6dd

Browse files
authored
Deployment scripts fix (#790)
1 parent 281c728 commit a14e6dd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/s3-hotfix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
title: 'Merge release-hotfix to main'
3636
body: 'This is an auto-generated PR to merge release-hotfix to main'
3737
branch: main
38+
base: release-hotfix
3839
delete-branch: false

.github/workflows/s3-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
title: 'Merge main to release-hotfix'
3333
body: 'This is an auto-generated PR to merge main to release-hotfix'
3434
branch: release-hotfix
35+
base: main
3536
delete-branch: false

0 commit comments

Comments
 (0)