From af1166687dc927f3a273df7fb80d22d9cb94eb52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Thu, 21 Dec 2023 16:17:16 +0100 Subject: [PATCH] Remove access option to publish --- .github/workflows/publish-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 859d23d..72750f0 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -70,7 +70,7 @@ jobs: git commit -a -m "Bump dev version" - run: | - npm publish --access public --tag next + npm publish --tag next env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}