feat(ci): automatically generate release notes and build dist only on release

This commit is contained in:
Okinea Dev 2025-02-05 07:36:28 +02:00
parent 54cb141c5c
commit 642432120d
No known key found for this signature in database
GPG key ID: 07944BC5E01E7B43
5 changed files with 975 additions and 51 deletions

View file

@ -1,34 +0,0 @@
name: autofix.ci # Must be named this for autofix.ci to work
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 🛠️ Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: 📦 Install Dependencies
run: npm install
- name: 🧹 Format
run: |
npm run format
npm run build
- name: 💾 Commit
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc