From 4304fffac3e0fcaacb97dc162ba97b07ac23dca3 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 26 Apr 2025 19:10:47 -0700 Subject: [PATCH] [ci] debug release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f21f45b4..90f932db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,9 @@ jobs: uses: softprops/action-gh-release@v2 env: NODE_VERSION: ${{ env.NODE_VERSION }} + ACTIONS_STEP_DEBUG: true with: + preserve_order: true name: Release ${{ github.ref_name }} tag_name: ${{ github.ref }} token: ${{ secrets.GITHUB_TOKEN }}