diff --git a/.github/workflows/release_pr_workflow.yml b/.github/workflows/release_pr_workflow.yml index d7481cd68..21165e708 100644 --- a/.github/workflows/release_pr_workflow.yml +++ b/.github/workflows/release_pr_workflow.yml @@ -33,11 +33,11 @@ jobs: exit 1 fi -# - name: Checkout main -# uses: actions/checkout@v4 -# with: -# ref: main -# fetch-depth: 0 + - name: Checkout main + uses: actions/checkout@v4 + with: + ref: ${{ github.ref}} + fetch-depth: 0 - name: Create release commits run: |