Skip to content

Bump i18next from 23.5.1 to 23.6.0 (#101) #73

Bump i18next from 23.5.1 to 23.6.0 (#101)

Bump i18next from 23.5.1 to 23.6.0 (#101) #73

Workflow file for this run

name: Push new version to dist branch
on:
push:
branches:
- main
# pull_request:
# branches:
# - main
jobs:
deploy:
name: Push
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3.1.0
with:
node-version: 16.x
- name: yarn install and build
run: |
yarn
yarn build:local
- name: Push new version
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Built new version