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