From 2c20683325bc99e7716e93a6f5b9ef5b5ce11fdc Mon Sep 17 00:00:00 2001 From: mihir Date: Mon, 22 Jul 2024 17:51:05 +0530 Subject: [PATCH] fix --- .github/workflows/prerelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index 9cbe6dcd18..0d6c60e4bc 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Extract branch name shell: bash - run: echo "branch=$(echo "${GITHUB_REF#refs/heads/}")" + run: echo "branch=$(echo "${GITHUB_REF#refs/heads/}")" >> $GITHUB_OUTPUT id: extract_branch - uses: google-github-actions/release-please-action@v3 if: github.event_name != 'pull_request'