Skip to content

Commit

Permalink
fix: fix wrong branch name (#9037)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Jun 19, 2023
1 parent 7339621 commit 95fc0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_and_release_to_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout to repo
uses: actions/checkout@v3
with:
ref: main
ref: master
- name: Setup node
uses: actions/setup-node@v2
- name: Wait for logs to accumulate
Expand Down

0 comments on commit 95fc0d1

Please sign in to comment.