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 25b44ec commit d5f1e9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: 18

- name: Install dependencies
run: yarn install --ignore-scripts

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

0 comments on commit d5f1e9d

Please sign in to comment.