Skip to content

Commit 3b1354a

Browse files
chore(release): 5.0.1 (#1656)
1 parent 2e2a9c6 commit 3b1354a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

VERSION

-1
This file was deleted.

dist/codecov.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
CC_WRAPPER_VERSION="0.0.23"
2+
CC_WRAPPER_VERSION="0.0.24"
33
set +u
44
say() {
55
echo -e "$1"
@@ -134,6 +134,7 @@ cc_cr_args+=( $(write_existing_args CC_PR) )
134134
cc_cr_args+=( $(write_existing_args CC_SHA) )
135135
cc_cr_args+=( $(write_existing_args CC_SLUG) )
136136
cc_du_args=()
137+
cc_du_args+=( $(write_existing_args CC_ENV) )
137138
OLDIFS=$IFS;IFS=,
138139
cc_du_args+=( $(write_existing_args CC_BRANCH) )
139140
cc_du_args+=( $(write_existing_args CC_BUILD) )
@@ -143,7 +144,6 @@ cc_du_args+=( $(write_existing_args CC_DIR) )
143144
cc_du_args+=( $(write_truthy_args CC_DISABLE_FILE_FIXES) )
144145
cc_du_args+=( $(write_truthy_args CC_DISABLE_SEARCH) )
145146
cc_du_args+=( $(write_truthy_args CC_DRY_RUN) )
146-
cc_du_args+=( $(write_existing_args CC_ENV) )
147147
if [ -n "$CC_EXCLUDES" ];
148148
then
149149
for directory in $CC_EXCLUDES; do

src/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CODECOV_ACTION_VERSION="5.0.0"
1+
CODECOV_ACTION_VERSION="5.0.1"

0 commit comments

Comments
 (0)