ci: fix the localazy workflows

This commit is contained in:
Quentin Gliech
2023-10-05 19:31:45 +02:00
parent 3ff217690d
commit a3cae91aec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4.1.0
- name: Download translation files
uses: localazy/download@v1.0.0
uses: localazy/download@v1.1.0
- name: "Fix the owner of the downloaded files"
run: "sudo chown runner:docker translations/*.json"
+1 -1
View File
@@ -15,6 +15,6 @@ jobs:
uses: actions/checkout@v4.1.0
- name: Upload
uses: localazy/upload@v1.0.0
uses: localazy/upload@v1
with:
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}