diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index f03178d4d43c..29f22f837cde 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -495,11 +495,10 @@ jobs: id: cpr env: GH_TOKEN: ${{ github.token }} + TAG: ${{ needs.tags.outputs.tag }} run: | gh pr create -B main -H ci/release-$TAG --title "Releasing $TAG" --body "Release $TAG auto PR." -a gnunicorn -l minor gh pr merge --merge --delete-branch ci/release-$TAG - env: - TAG: ${{ needs.tags.outputs.tag }} - name: Release # publish this nightly release now