mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-21 22:18:25 +02:00
ci: build and format code only before release
This commit is contained in:
parent
f75205b850
commit
a00108bc0a
2 changed files with 5 additions and 42 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue