From 85be7f4a0add59ea1d358ef4781b19d2d213890b Mon Sep 17 00:00:00 2001 From: ienaga Date: Sat, 1 Nov 2025 11:37:09 +0900 Subject: [PATCH] #44 update publish.yml --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 896c54e..35b4eba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,4 @@ jobs: registry-url: "https://registry.npmjs.org" - run: npm install - run: npm run release - - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} \ No newline at end of file + - run: npm publish --access public \ No newline at end of file