fix missing runs.post in action.yml

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-04-29 11:28:52 +02:00
parent 27749bcdf3
commit e2b72bb7a3

View File

@ -60,3 +60,4 @@ outputs:
runs:
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'