chore: also check out master

This commit is contained in:
SamTV12345 2025-08-02 12:12:58 +02:00
parent 2b3193378b
commit bb7c735956

View file

@ -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: