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 dd2a0ba commit 6e9464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
- run: npm ci
- run: npm install
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6e9464d

Please sign in to comment.