Skip to content

New translations descriptions.json (Spanish) #22

New translations descriptions.json (Spanish)

New translations descriptions.json (Spanish) #22

name: 'Generate version data'
on:
workflow_dispatch:
push:
branches:
- 'main'
paths-ignore:
- 'lang/*'
- '.github/*'
- 'crowdin.yml'
- 'version.json'
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: 'Git: Checkout'
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: 'Node: Setup'
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: 'Node: Generate version data'
id: script
run: yarn build:info
- name: 'Git: Send them back'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: '📦 auto: generate version.json'