Skip to content

Commit

Permalink
ci: fix the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Jan 12, 2024
1 parent d33fb88 commit e569fd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: yarn
- run: yarn build
- name: Setup
run: npm i -g @antfu/ni
- run: nr build
- name: Preparing a release 🚀
uses: cycjimmy/semantic-release-action@v3
with:
Expand Down

0 comments on commit e569fd9

Please sign in to comment.