ci: build and format code only before release

This commit is contained in:
Okinea Dev 2025-07-09 15:30:15 +02:00
parent f75205b850
commit a00108bc0a
No known key found for this signature in database
GPG key ID: BAC81899535644D5
2 changed files with 5 additions and 42 deletions

View file

@ -29,6 +29,11 @@ jobs:
- name: 📦 Install Dependencies
run: npm install
- name: 🔄 Format and build
run: |
npm run format
npm run build
- name: 📜 Generate changelog and release new version
run: |
npx changelogen --release --push