fix: Feat/flow (#127)

* fix

* fix

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
Théo LAGACHE
2026-03-04 10:23:52 +01:00
committed by GitHub
co-authored by Théo LAGACHE
parent 3a2c5be5dd
commit 77183af08d
+3
View File
@@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
- uses: pnpm/action-setup@v4
@@ -38,3 +39,5 @@ jobs:
- name: Run release-it
run: pnpm exec release-it --ci
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}