Skip to content

Commit

Permalink
chore(): Add forgotten build step
Browse files Browse the repository at this point in the history
  • Loading branch information
fjanicki committed Jun 29, 2023
1 parent 869243e commit 626af89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
git config --global user.name "Release Workflow"
- name: Log git status
run: git status
- name: Build project
run: npm run build
- name: Run release
run: npm run release --ci
env:
Expand Down

0 comments on commit 626af89

Please sign in to comment.