diff --git a/.github/workflows/create_pr.yml b/.github/workflows/create_pr.yml index abc7396..6225d65 100644 --- a/.github/workflows/create_pr.yml +++ b/.github/workflows/create_pr.yml @@ -23,7 +23,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - branch: ${{ steps.get_branch.outputs.branch }} + branch: master title: Release-${{ steps.date.outputs.date }} reviewers: | gring2 \ No newline at end of file