From ce168f5db41b2c93d8fd513160374e48ed85cf75 Mon Sep 17 00:00:00 2001 From: Thomas Mercurio Date: Thu, 16 Jan 2020 17:23:29 -0800 Subject: [PATCH] ci: Publish with `--access public` --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36d408b..b070c26 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,6 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Publish run: | - yarn publish + yarn publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}