fix: workflow

* 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 10:40:27 +01:00
committed by GitHub
co-authored by charlesgauthereau
parent 282ffb543c
commit 50809476fa
+5 -8
View File
@@ -24,7 +24,8 @@ jobs:
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
ref: ${{ github.base_ref }}
#ref: ${{ github.base_ref }}
ref: main
- uses: pnpm/action-setup@v4
@@ -35,17 +36,13 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: git config --global user.name 'github-actions[bot]'
- run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Run release-it
id: release_step
run: |
git pull origin main
pnpm exec release-it --ci --dry-run
# run: |
# git pull origin main
run: pnpm exec release-it --ci
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}