Skip to content

Commit

Permalink
ci: Adding semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaKhait committed Mar 14, 2024
1 parent 40f042a commit d6646d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm ci
- run: npm ci --force
- run: npm run build
- run: npx semantic-release
env:
Expand Down

0 comments on commit d6646d7

Please sign in to comment.