mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
chore(release): wrapper-0.0.30 (#1715)
* chore(release): wrapper-0.0.30 * fix: small fixes --------- Co-authored-by: codecov-releaser <devops+releaser@codecov.io> Co-authored-by: Tom Hu <thomas.hu@sentry.io>
This commit is contained in:
committed by
GitHub
parent
c2fcb216de
commit
7f8b4b4bde
4
dist/codecov.sh
vendored
4
dist/codecov.sh
vendored
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
CC_WRAPPER_VERSION="0.0.29"
|
||||
CC_WRAPPER_VERSION="0.0.30"
|
||||
set +u
|
||||
say() {
|
||||
echo -e "$1"
|
||||
@@ -86,7 +86,7 @@ else
|
||||
say "$g ->$x Downloading $b${cc_url}$x"
|
||||
curl -Os "$cc_url"
|
||||
say "$g==>$x Finishing downloading $b${cc_os}:${CC_VERSION}$x"
|
||||
version_url="https://cli.codecov.io/${cc_os}/${CC_VERSION}"
|
||||
version_url="https://cli.codecov.io/api/${cc_os}/${CC_VERSION}"
|
||||
version=$(curl -s "$version_url" -H "Accept:application/json" | jq -r '.version')
|
||||
say " Version: $b$version$x"
|
||||
say " "
|
||||
|
||||
Reference in New Issue
Block a user