From a9b578e1110cb682a25eedd03c545e9ada1dcd38 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 2 Aug 2025 13:33:19 +0200 Subject: [PATCH] chore: check out every branch --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6101a6d3d..f7f5f3b2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: