Skip to content

Commit

Permalink
chore: Add build step (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
nam-hle authored Nov 30, 2021
1 parent bfd18eb commit 9158458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9158458

Please sign in to comment.