Skip to content

Commit

Permalink
build: add install script in release github action step
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-jerkovic committed Feb 1, 2024
1 parent fef2140 commit b71cd60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
with:
name: dist
path: dist/
- run: yarn install
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b71cd60

Please sign in to comment.