Skip to content

Commit

Permalink
releasing build for each environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaKhait committed Mar 19, 2024
1 parent f586999 commit 3b6966d
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 @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20
- run: npm ci --force
- run: npm run build
- run: npm run build:$(git branch --show-current)
- run: tar -czvf wce-portail.tar.gz -C dist .
- run: npx semantic-release
env:
Expand Down

0 comments on commit 3b6966d

Please sign in to comment.