Skip to content

Commit 4834ae3

Browse files
committed
Pull master branch instead of main.
1 parent 415f9e6 commit 4834ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v2
2828

29-
- name: Pull latest commits of dev branch
29+
- name: Pull latest commits of `master` branch
3030
run: |
31-
git checkout main
31+
git checkout master
3232
git pull
3333
3434
# See https://github.com/marketplace/actions/wait-on-check

0 commit comments

Comments
 (0)