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' color: 'red'
icon: 'umbrella' icon: 'umbrella'
runs: runs:
using: 'node20' using: 'composite'
main: 'dist/index.js' steps:
- id: codecov-upload
run: |
echo "meow"
shell: bash