mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: check out origin/master
This commit is contained in:
parent
bb7c735956
commit
8c1e86321b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -24,10 +24,10 @@ jobs:
|
||||||
token: '${{ secrets.ETHER_RELEASE_TOKEN }}'
|
token: '${{ secrets.ETHER_RELEASE_TOKEN }}'
|
||||||
- name: Checkout master branch
|
- name: Checkout master branch
|
||||||
working-directory: etherpad
|
working-directory: etherpad
|
||||||
run: git checkout master
|
run: git checkout origin/master
|
||||||
- name: Switch back to develop
|
- name: Switch back to develop
|
||||||
working-directory: etherpad
|
working-directory: etherpad
|
||||||
run: git switch develop
|
run: git checkout origin/develop
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue