diff --git a/action.yml b/action.yml index e5c6de5..16399af 100644 --- a/action.yml +++ b/action.yml @@ -108,5 +108,9 @@ branding: color: 'red' icon: 'umbrella' runs: - using: 'node20' - main: 'dist/index.js' + using: 'composite' + steps: + - id: codecov-upload + run: | + echo "meow" + shell: bash