From 644068b2b4272cba1e3f522217456c7c389d3831 Mon Sep 17 00:00:00 2001 From: lostfields Date: Tue, 7 Apr 2020 13:37:46 +0200 Subject: [PATCH] github actions; publish to npm is private by default --- .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 c15ed53..06eebb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: run: | npm ci npm run build - npm publish --@tfso:registry=https://registry.npmjs.org/ + npm publish --access public --@tfso:registry=https://registry.npmjs.org/ env: CI: true NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}