Skip to content

Commit

Permalink
[skip ci] fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Feb 6, 2025
1 parent fee8193 commit c82ea20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c82ea20

Please sign in to comment.