Skip to content

Commit

Permalink
fix github cli in pull-master-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocampos-ssa committed Aug 28, 2024
1 parent be67b05 commit 9ecc622
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pull-master-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
# name: codecov-umbrella
# fail_ci_if_error: true

- name: Setup GitHub CLI
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
- name: Get PR title
id: pr_data
run: |
Expand Down

0 comments on commit 9ecc622

Please sign in to comment.