Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
developer239 committed Jul 27, 2024
1 parent 1ad0ae9 commit 345906d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ jobs:
with:
node-version: 18

- name: Update submodules
run: git submodule update --init --recursive

- name: Install dependencies
run: yarn install

- name: Check files
run: ls -R

- name: Semantic release
run: npx semantic-release
env:
Expand Down

0 comments on commit 345906d

Please sign in to comment.