fix: workflow

* 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 10:03:23 +01:00
committed by GitHub
co-authored by charlesgauthereau
parent 4d324d885d
commit d9fd382cb2
+4 -1
View File
@@ -53,7 +53,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Fetch tags
run: git fetch --tags
- name: Create GitHub release
run: pnpm exec release-it --ci --no-npm --no-git
run: pnpm exec release-it --ci --no-npm --no-increment --no-git
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}