Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 2, 2024
1 parent 43b882c commit c5892c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5892c2

Please sign in to comment.