Skip to content

Commit

Permalink
fix: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jan 20, 2023
1 parent 0e50a18 commit 92987fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- run: npm ci
- run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 92987fa

Please sign in to comment.