Skip to content

Commit

Permalink
fix: Tune release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 26, 2022
1 parent c079997 commit 3ff74f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
node-version: 18.x
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm test
name: Run NPM Test
- run: npm run build
name: Run build
- run: npm run test
name: Run test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3ff74f4

Please sign in to comment.