From 0efef2b285229e7eb0e09981bbcbc6bb69bd2db5 Mon Sep 17 00:00:00 2001 From: Alexander Nickel Date: Wed, 10 Mar 2021 09:04:39 +0100 Subject: [PATCH] fix: Add missing access-flag to publish command [FBTLOPS-159] --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9c9e714..4ef17cd 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,7 +21,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - run: npm ci if: ${{ steps.release.outputs.release_created }} - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} if: ${{ steps.release.outputs.release_created }}