Skip to content

Commit 3a6e772

Browse files
committed
ci(release): Remove hooks flag from Codecov upload
1 parent 8eb0f18 commit 3a6e772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
with:
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363
directory: ./coverage/packages/${{ env.PROJECT }}
64-
flags: hooks,${{ env.PROJECT }}
64+
flags: ${{ env.PROJECT }}

0 commit comments

Comments
 (0)