From 3a50bb371fec3cbf5e6756e32fcb81381cd150bc Mon Sep 17 00:00:00 2001 From: Jina Jain Date: Tue, 15 Oct 2024 16:55:52 -0700 Subject: [PATCH] chore: fix action ids (#18) --- .github/workflows/draft-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index 8a81d56..0bd2864 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -39,11 +39,13 @@ jobs: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Prepare Release + id: prepare_release run: | make CHART_VERSION=$CHART_VERSION APP_VERSION=$APP_VERSION prepare-release make docker-docs - name: Check if PR is needed + id: check_if_pr_open run: | echo "NEEDS_PR=1" >> "$GITHUB_OUTPUT" git fetch origin