Skip to content

Commit

Permalink
ci: configure gh cli for the major update release step (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 20, 2024
1 parent fbbd252 commit 03afb23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-step-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ jobs:
- name: Update major branch
if: ${{ ! inputs.dry_run }}
run: .ci/release/update-major-branch.sh ${{ env.RELEASE_VERSION }}
env:
GH_TOKEN: ${{ steps.get_token.outputs.token }}

create-github-release:
name: "Create GitHub Release"
Expand Down

0 comments on commit 03afb23

Please sign in to comment.