From 3d6b11f8b1ecc6c68c2f7ee6c9b32a90284f82a2 Mon Sep 17 00:00:00 2001 From: Drew Powers <1369770+drwpow@users.noreply.github.com> Date: Tue, 21 Sep 2021 14:35:44 -0600 Subject: [PATCH] Add NPM_TOKEN to publish script (#1409) --- .github/workflows/release-next.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index 59d04d57e6..0b6c6e39bf 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -20,3 +20,5 @@ jobs: run: git checkout -- examples/ docs/ www/ - # 3: publish! run: yarn release --tag next--compiler + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}