refactor: semantic release and ci workflow (#46)

* refactor: update ci and semantic release
This commit is contained in:
Walid
2022-08-14 01:04:45 +01:00
committed by GitHub
parent 773d775f31
commit dbcc476c26
3 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,7 @@ jobs:
with:
node-version: 16.x
- name: Install packages
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Building project

View File

@ -19,7 +19,7 @@ jobs:
with:
node-version: 16.x
- name: Install packages
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Next.js linting