Update translations (#556)

This commit is contained in:
Chidi Williams 2023-08-02 15:15:59 -07:00 committed by GitHub
commit f1550f80ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 381 additions and 222 deletions

View file

@ -33,7 +33,8 @@ jobs:
upload-edge:
runs-on: ubuntu-latest
needs: [build]
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
if: false
steps:
- uses: actions/download-artifact@v3
with:
@ -48,7 +49,8 @@ jobs:
upload-stable:
runs-on: ubuntu-latest
needs: [build]
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
if: false
steps:
- uses: actions/download-artifact@v3
with:
@ -59,4 +61,3 @@ jobs:
with:
snap: ${{ needs.build.outputs.snap }}
release: stable