fix: Feat/flow (#130)

* fix

* fix

* fix

* fix

* Update docker.yml

* Update auto-release.yml

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
Théo LAGACHE
2026-03-04 11:33:25 +01:00
committed by GitHub
co-authored by Théo LAGACHE
parent 4a884ab5cc
commit 2c6f5c38ed
+4 -1
View File
@@ -24,6 +24,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
ref: ${{ github.base_ref }}
- uses: pnpm/action-setup@v4
@@ -38,6 +39,8 @@ jobs:
- run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Run release-it
run: pnpm exec release-it --ci
run: |
git pull origin main
pnpm exec release-it --ci
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}