Skip to content

Commit

Permalink
Merge pull request #143 from codecov/3.2.4
Browse files Browse the repository at this point in the history
release: 3.2.4
  • Loading branch information
thomasrockhu-codecov committed Oct 12, 2022
2 parents 3243c2f + 3300e8d commit b4a179b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.2.4
**Fixes**
- #137 chore: refactor source with new commands subfolder
- #142 fix: source pgp key in script

## 3.2.3
**Fixes**
- #105: Bump path-parse from 1.0.6 to 1.0.7
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecov-circleci-orb",
"version": "3.2.3",
"version": "3.2.4",
"description": "Codecov CircleCI Orb",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chmod +x $filename
set - "${@}" "${PARAM_XTRA_ARGS}"
# alpine doesn't allow for indirect expansion
./"$filename" \
-Q "codecov-circleci-orb-3.2.3" \
-Q "codecov-circleci-orb-3.2.4" \
-t "$(eval echo \$$PARAM_TOKEN)" \
-n "${PARAM_UPLOAD_NAME}" \
-F "${PARAM_FLAGS}" \
Expand Down

0 comments on commit b4a179b

Please sign in to comment.