From bf1792e441e5ec88e95df15a4fac305e7bb23dc8 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 2 Aug 2025 13:37:56 +0200 Subject: [PATCH] chore: change working directory --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a23150ab..28cad0054 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - working-directory: etherpad with: repository: ether/etherpad-lite path: etherpad @@ -26,6 +25,7 @@ jobs: fetch-depth: '0' fetch-tags: 'true' - name: Checkout master + working-directory: etherpad run: | git fetch origin master git checkout master