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
|
repository: ether/etherpad-lite
|
||||||
path: etherpad
|
path: etherpad
|
||||||
token: '${{ secrets.ETHER_RELEASE_TOKEN }}'
|
token: '${{ secrets.ETHER_RELEASE_TOKEN }}'
|
||||||
- name: Checkout master branch
|
fetch-depth: '0'
|
||||||
working-directory: etherpad
|
fetch-tags: 'true'
|
||||||
run: git checkout origin/master
|
|
||||||
- name: Switch back to develop
|
|
||||||
working-directory: etherpad
|
|
||||||
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