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