Skip to content

Commit

Permalink
ci(publish): update Publish πŸš€ gh action with build step
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSzewczyk committed Dec 23, 2024
1 parent 44e19f3 commit e87f25d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
cache: "npm"
- name: Install packages βš™οΈ
run: npm ci
- name: Build πŸ—οΈ
run: npm run build
- name: Publish package πŸš€
run: npx semantic-release
env:
Expand Down

0 comments on commit e87f25d

Please sign in to comment.