Skip to content

Commit

Permalink
CI: upgrade circleci/github-cli orb to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke authored and lovell committed Feb 23, 2024
1 parent 41cd61b commit 2436bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
github-cli: circleci/github-cli@1.0
github-cli: circleci/github-cli@2.0

workflows:
build:
Expand All @@ -23,4 +23,4 @@ jobs:
- when:
condition: <<pipeline.git.tag>>
steps:
- run: gh release upload --repo lovell/sharp-libvips $CIRCLE_TAG *.tar.gz *.integrity
- run: gh release upload --repo "$(git config --get remote.origin.url)" $CIRCLE_TAG *.tar.gz *.integrity

0 comments on commit 2436bd9

Please sign in to comment.