From c5892c2979675e4ad67255f1ec37c2798bd9d82e Mon Sep 17 00:00:00 2001 From: Stefan Vukovic Date: Tue, 2 Jul 2024 11:20:55 +0200 Subject: [PATCH] test fix --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e01e121..ee716a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: npm install - name: Run auto.sh script - run: ./auto.sh ? ? + run: ./auto.sh Albanian German - name: Run merge-ipa run: node merge-ipa.js @@ -84,6 +84,8 @@ jobs: git commit -m "Update downloads.md with list of .zip files" git push -u origin "$branch" echo "branch=$branch" >> $GITHUB_OUTPUT + rm table.md + cat downloads.md - name: Create pull request uses: peter-evans/create-pull-request@v4