Skip to content

Commit

Permalink
ci(release): install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 13, 2023
1 parent 49bef02 commit dd2a0ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -12,10 +12,11 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dd2a0ba

Please sign in to comment.