fix: move to composite action

This commit is contained in:
Tom Hu 2024-03-08 18:39:47 -08:00
parent 4e27f93862
commit cf70ca862e
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -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