Skip to content

Commit

Permalink
ci: update prelease
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 24, 2024
1 parent 483063b commit cf4b460
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.ref }}

- name: Setup Node and Yarn Cache
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'

- name: Get variables
Expand All @@ -36,7 +36,8 @@ jobs:

- name: Translations
env:
LOCALAZY_READ_KEY: a8269809765126758267-f01743c76d6e9e434d7b4c6322938eefce8d82a559b57efc2acfcf4531d46089
LOCALAZY_READ_KEY: ${{ secrets.LOCALAZY_READ_KEY }}
LOCALAZY_WRITE_KEY: ${{ secrets.LOCALAZY_WRITE_KEY }}
run: |
yarn translations:pull
yarn translations:generate-index
Expand Down

0 comments on commit cf4b460

Please sign in to comment.