Skip to content

Bump browserslist from 4.28.0 to 4.28.1 (#199) #283

Bump browserslist from 4.28.0 to 4.28.1 (#199)

Bump browserslist from 4.28.0 to 4.28.1 (#199) #283

# SPDX-FileCopyrightText: Copyright 2025 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
name: Upload translation files to Localazy
on:
push:
branches:
- main
jobs:
upload:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Checkout the code
uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- name: Upload translations to Localazy
run: pnpm localazy upload -w "$LOCALAZY_WRITE_KEY"
env:
LOCALAZY_WRITE_KEY: ${{ secrets.LOCALAZY_WRITE_KEY }}