mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: fix start scripts for actions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,4 +7,4 @@ inputs:
|
||||
description: 'The semver string'
|
||||
runs:
|
||||
using: node16
|
||||
main: ../../dist/uploadDocumentation/index.mjs
|
||||
main: ../../dist/uploadDocumentation/index.js
|
||||
|
||||
Reference in New Issue
Block a user