Skip to content

Commit

Permalink
chore(yaml): update release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored Dec 21, 2022
1 parent 419dc06 commit a9fc1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
node-version: '16'
- name: Install deps
run: npm ci
run: yarn install
- name: Build dist
run: npm run build
run: yarn build
- name: Deploy to NPM and Github
run: .github/release.sh
run: .github/release.sh

0 comments on commit a9fc1db

Please sign in to comment.