From 63f06b83a00d1f9fa700e30f3201dbfc47da1d53 Mon Sep 17 00:00:00 2001 From: Lukas Reining Date: Fri, 6 Sep 2024 11:40:38 +0200 Subject: [PATCH] fix: add public flag to pipline publishing Signed-off-by: Lukas Reining --- .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 61b34f0..c9da3fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,4 +45,4 @@ jobs: if: ${{ steps.release.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - run: npm publish + run: npm publish --access public