Skip to content

Commit

Permalink
feat: 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 3b6966d commit dabe552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- run: tar -czvf wce-portail.tar.gz -C dist .
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}
}

0 comments on commit dabe552

Please sign in to comment.