Skip to content

Commit

Permalink
Force github orb to use CLI v2.43.1
Browse files Browse the repository at this point in the history
The commands and jobs in the orb all use different version defaults
  • Loading branch information
petercb committed Feb 19, 2024
1 parent 1499054 commit a400ec6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
registry: ghcr.io
image: $CIRCLE_PROJECT_USERNAME/${CIRCLE_PROJECT_REPONAME}
tag: $VERSION-$ARCH
- github/setup
- github/setup:
version: "2.43.1"
- run:
name: Upload artifacts - $ARCH
command: >-
Expand Down Expand Up @@ -151,6 +152,7 @@ workflows:
prerelease: true
tag: $CIRCLE_TAG
additional_args: --verify-tag --notes-from-tag
version: "2.43.1"
context: github
filters: &filter-tags
branches:
Expand Down

0 comments on commit a400ec6

Please sign in to comment.