Skip to content

Commit

Permalink
Merge pull request #6 from DISIC/dev
Browse files Browse the repository at this point in the history
fix: reconstruction du dossier dist
  • Loading branch information
HamzaKhait authored Mar 20, 2024
2 parents 47bd245 + 41519fc commit c84f30e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
node-version: 20
- run: npm ci --force
- run: npm run build
- run: cp package.json package-lock.json dist/
- run: tar -czvf wce-api.tar.gz -C dist .
- run: tar -czvf wce-api.tar.gz dist package.json package-lock.json
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c84f30e

Please sign in to comment.