From c35862cf9ef7509cb5b1258ad61cb40cb47fc9f2 Mon Sep 17 00:00:00 2001 From: Emil Kais Date: Tue, 7 Jan 2025 14:32:27 -0300 Subject: [PATCH] fix echo error --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 58fd97fa724f0..4ec1564a572fd 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Debug Publish Branch - run: echo "Publishing to branch: ${{ github.event.pull_request.base.ref }}" + run: echo "${{ github.event.pull_request.base.ref }}" - run: corepack enable - uses: actions/setup-node@v4.0.2 with: