ci: fix start scripts for actions

This commit is contained in:
iCrawl
2023-05-01 16:34:56 +02:00
parent 2e0804ae92
commit 47b08be509
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ outputs:
description: 'The semver string that was extracted from this tag'
runs:
using: node16
main: ../../dist/formatTag/index.mjs
main: ../../dist/formatTag/index.js

View File

@@ -7,4 +7,4 @@ inputs:
description: 'The semver string'
runs:
using: node16
main: ../../dist/uploadDocumentation/index.mjs
main: ../../dist/uploadDocumentation/index.js