mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
ci(release): Miscellaneous fixes (#11014)
* ci: some fixes * ci: typo in property * fix: yaml-schema errors * ci: oven-sh/setup-bun@v2 * ci: typo in dev release --------- Co-authored-by: ckohen <chaikohen@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -23,6 +23,7 @@ on:
|
||||
- '@discordjs/next'
|
||||
- '@discordjs/proxy'
|
||||
- '@discordjs/rest'
|
||||
- '@discordjs/structures'
|
||||
- '@discordjs/util'
|
||||
- '@discordjs/voice'
|
||||
- '@discordjs/ws'
|
||||
@@ -32,6 +33,7 @@ on:
|
||||
type: string
|
||||
default: '@discordjs/docgen,@discordjs/next'
|
||||
dry_run:
|
||||
description: Perform a dry run?
|
||||
type: boolean
|
||||
default: false
|
||||
jobs:
|
||||
@@ -50,12 +52,12 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.ref || '' }}
|
||||
ssh_key: ${{ secrets.DEPLOY_KEY_CI_RELEASE_TAGS }}
|
||||
ssh-key: ${{ secrets.DEPLOY_KEY_CI_RELEASE_TAGS }}
|
||||
|
||||
- name: Install Node.js v20
|
||||
- name: Install Node.js v22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
registry-url: https://registry.npmjs.org/
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user