Skip to content

Commit

Permalink
ci: Modify environment variable to fix development releases (discordj…
Browse files Browse the repository at this point in the history
…s#9826)

* ci: fix development releases

* build: remove .yarnrc.yml
  • Loading branch information
Jiralite authored and almeidx committed Sep 24, 2023
1 parent 73c05f8 commit 6b80a60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
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
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
23 changes: 0 additions & 23 deletions .yarnrc.yml

This file was deleted.

0 comments on commit 6b80a60

Please sign in to comment.