Skip to content

Commit

Permalink
chore: add npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed May 12, 2023
1 parent e659a81 commit 8fe756d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
node-version: 18

- run: npm install

- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8fe756d

Please sign in to comment.