Skip to content

Commit

Permalink
Bugfix: remove duplicate ghr in tar extraction command
Browse files Browse the repository at this point in the history
This was a typo.
  • Loading branch information
willprice committed Aug 4, 2021
1 parent dd2af2c commit 3a7bc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -369,7 +369,7 @@ jobs:
name: "Download ghr"
command: |
wget "https://github.com/tcnksm/ghr/releases/download/v0.14.0/ghr_v0.14.0_linux_amd64.tar.gz"
tar --wildcards --strip-components=1 -xvf ghr_v0.14.0_linux_amd64.tar.gz ghr '*/ghr'
tar --wildcards --strip-components=1 -xvf ghr_v0.14.0_linux_amd64.tar.gz '*/ghr'
- run:
name: "Publish Release on GitHub"
command: |
Expand Down

0 comments on commit 3a7bc70

Please sign in to comment.