Skip to content

Commit

Permalink
TASK: Install newer version of GitHub CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 19, 2024
1 parent 5000f74 commit 3333094
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0
version: 2.1

aliases:
- &workspace_root ~/neos-ui-workspace
Expand Down Expand Up @@ -41,7 +41,7 @@ aliases:
- .

orbs:
gh: circleci/github-cli@2.1.0
gh: circleci/github-cli@2.3.0

jobs:
checkout:
Expand Down Expand Up @@ -92,10 +92,15 @@ jobs:
MYSQL_ROOT_PASSWORD: not_a_real_password
working_directory: *workspace_root
steps:
- checkout
- attach_workspace: *attach_workspace
- restore_cache: *restore_app_cache

- gh/setup
- gh/install
- run:
name: Login to GitHub
command: |
gh auth login --hostname github.com
- run:
name: Define target branch
command: |
Expand Down

0 comments on commit 3333094

Please sign in to comment.