Skip to content

Commit

Permalink
chore: add build step for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Jul 11, 2024
1 parent 950ff4a commit 6b3eca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
node-version: lts/*
check-latest: true
- run: npm install --no-package-lock
name: Install dev dependencies
name: Install dependencies
- run: npm run build
name: Build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6b3eca8

Please sign in to comment.