diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8565f2a1..95c268b05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git push + git push -u origin release/${{ github.event.inputs.tag-name }} - name: Create Pull Request run: |