Update make-ha-frontend-sdist.yml
disable Translations download
This commit is contained in:
8
.github/workflows/make-ha-frontend-sdist.yml
vendored
8
.github/workflows/make-ha-frontend-sdist.yml
vendored
@@ -39,10 +39,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
|
||||
- name: Download Translations
|
||||
run: ./script/translations_download
|
||||
env:
|
||||
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
|
||||
#- name: Download Translations
|
||||
# run: ./script/translations_download
|
||||
# env:
|
||||
# LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
|
||||
|
||||
- name: Build and release package
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user