Skip to content

Commit 21e3736

Browse files
RambokDevcharlesgauthereau
andauthored
fix: workflow
* fix * fix * fix * fix --------- Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
1 parent 3f6a47c commit 21e3736

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,16 @@ jobs:
3939
- run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4040

4141
- name: Run release-it
42+
id: release_step
4243
run: |
4344
git pull origin main
44-
pnpm exec release-it --ci
45+
pnpm exec release-it --ci --ci-output
4546
env:
4647
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
4748

4849
- name: Convert release to draft
4950
run: |
50-
TAG=${{ steps.release.outputs.tag }}
51+
TAG=${{ steps.release_step.outputs.tag }}
5152
echo "Updating release $TAG to draft"
5253
RELEASE_ID=$(gh release view "$TAG" --json id -q .id)
5354
gh release edit "$RELEASE_ID" --draft

0 commit comments

Comments
 (0)