File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 55 workflow_dispatch :
66 inputs :
77 dry_run :
8+ description : ' Perform a dry run that skips publishing and outputs logs indicating what would have happened'
89 type : boolean
910 default : false
1011jobs :
1112 npm-publish :
1213 name : npm publish
13- strategy :
14- fail-fast : false
15- matrix :
16- include :
17- - package : ' @discordjs/brokers'
18- folder : ' brokers'
19- - package : ' @discordjs/builders'
20- folder : ' builders'
21- - package : ' @discordjs/collection'
22- folder : ' collection'
23- - package : ' @discordjs/core'
24- folder : ' core'
25- - package : ' @discordjs/formatters'
26- folder : ' formatters'
27- - package : ' discord.js'
28- folder : ' discord.js'
29- - package : ' @discordjs/next'
30- folder : ' next'
31- - package : ' @discordjs/proxy'
32- folder : ' proxy'
33- - package : ' @discordjs/rest'
34- folder : ' rest'
35- - package : ' @discordjs/structures'
36- folder : ' structures'
37- - package : ' @discordjs/util'
38- folder : ' util'
39- - package : ' @discordjs/voice'
40- folder : ' voice'
41- - package : ' @discordjs/ws'
42- folder : ' ws'
4314 runs-on : ubuntu-latest
4415 permissions :
4516 id-token : write
You can’t perform that action at this time.
0 commit comments