From 2d83bb2c795f185b8cf1b6178fa87fe1c860d884 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 59d04d57e..0b6c6e39b 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 }}