mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
ci: Modify environment variable to fix development releases (#9826)
* ci: fix development releases * build: remove .yarnrc.yml
This commit is contained in:
2
.github/workflows/publish-dev.yml
vendored
2
.github/workflows/publish-dev.yml
vendored
@@ -62,4 +62,4 @@ jobs:
|
|||||||
pnpm --filter=${{ matrix.package }} run release --preid "dev.$(date +%s)-$(git rev-parse --short HEAD)"
|
pnpm --filter=${{ matrix.package }} run release --preid "dev.$(date +%s)-$(git rev-parse --short HEAD)"
|
||||||
pnpm --filter=${{ matrix.package }} publish --no-git-checks --tag dev || true
|
pnpm --filter=${{ matrix.package }} publish --no-git-checks --tag dev || true
|
||||||
env:
|
env:
|
||||||
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
||||||
|
|||||||
23
.yarnrc.yml
23
.yarnrc.yml
@@ -1,23 +0,0 @@
|
|||||||
logFilters:
|
|
||||||
- code: YN0002
|
|
||||||
level: discard
|
|
||||||
- code: YN0013
|
|
||||||
level: discard
|
|
||||||
- code: YN0032
|
|
||||||
level: discard
|
|
||||||
- code: YN0060
|
|
||||||
level: discard
|
|
||||||
|
|
||||||
nodeLinker: node-modules
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
||||||
spec: '@yarnpkg/plugin-interactive-tools'
|
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
||||||
spec: '@yarnpkg/plugin-workspace-tools'
|
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
|
||||||
spec: '@yarnpkg/plugin-version'
|
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-docker-build.cjs
|
|
||||||
spec: 'https://github.com/Dcard/yarn-plugins/releases/latest/download/plugin-docker-build.js'
|
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.6.1.cjs
|
|
||||||
Reference in New Issue
Block a user