Corretion problème de yml

This commit is contained in:
2026-05-25 05:51:09 +02:00
parent 7fbd8c1cdc
commit 0d0331e2d7
+2 -1
View File
@@ -29,7 +29,8 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Bump patch version
run: npm version patch -m "chore: bump version to %s [skip ci]"
run: |
npm version patch -m "chore: bump version to %s [skip ci]"
- name: Push version commit and tag
run: |