mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +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'
|
description: 'The semver string that was extracted from this tag'
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node16
|
||||||
main: ../../dist/formatTag/index.mjs
|
main: ../../dist/formatTag/index.js
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ inputs:
|
|||||||
description: 'The semver string'
|
description: 'The semver string'
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node16
|
||||||
main: ../../dist/uploadDocumentation/index.mjs
|
main: ../../dist/uploadDocumentation/index.js
|
||||||
|
|||||||
Reference in New Issue
Block a user