From aed5f2272dbe8dc0da62373f487304431e593e56 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 7 Dec 2021 19:06:37 +0100 Subject: [PATCH] fixup! meta: add release automations (#3304) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7866e17ae6..d4b664967d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Publish to NPM run: corepack yarn workspaces foreach --no-private npm publish --access public --tolerate-republish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Merge PR id: merge run: |