fix: workflow

* fix

* fix

* fix

* fix

---------

Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-03-06 09:25:07 +01:00
committed by GitHub
co-authored by charlesgauthereau
parent 3f6a47c39d
commit 21e37366fb
+3 -2
View File
@@ -39,15 +39,16 @@ jobs:
- 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
pnpm exec release-it --ci --ci-output
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Convert release to draft
run: |
TAG=${{ steps.release.outputs.tag }}
TAG=${{ steps.release_step.outputs.tag }}
echo "Updating release $TAG to draft"
RELEASE_ID=$(gh release view "$TAG" --json id -q .id)
gh release edit "$RELEASE_ID" --draft