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