fix: workflow

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-03-06 16:01:15 +01:00
committed by GitHub
co-authored by charlesgauthereau
parent 8e4e41ca07
commit ba1dbcc9f3
2 changed files with 51 additions and 57 deletions
+2 -5
View File
@@ -37,13 +37,10 @@ jobs:
- run: git config --global user.name 'github-actions[bot]'
- run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Fetch tags
run: git fetch --tags
- name: Run release-it
- name: Increment version and push
id: release_step
run: |
git pull origin main
pnpm exec release-it --ci
pnpm exec release-it --ci --no-github
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}