From 8f3a51e159f83eacb1ece66a16daee99a39b5ae8 Mon Sep 17 00:00:00 2001 From: Jiri Lojda Date: Fri, 9 Jun 2023 11:46:08 +0200 Subject: [PATCH] Publish the package as public --- .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 a8b2178..55f4165 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: id: get_version uses: battila7/get-version-action@v2 - run: npm --no-git-tag-version version ${{ steps.get_version.outputs.version-without-v }} - - run: npm publish + - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }} - uses: stefanzweifel/git-auto-commit-action@v4