Skip to content

fix: Add i18next ^23.0.0 peer dependency (#169) #119

fix: Add i18next ^23.0.0 peer dependency (#169)

fix: Add i18next ^23.0.0 peer dependency (#169) #119

Workflow file for this run

name: NPM release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Build package
run: yarn build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}