From 1da080f3780081171d0a0f7a4d1d0bfd5d96fafd Mon Sep 17 00:00:00 2001 From: ienaga Date: Thu, 5 Feb 2026 09:47:02 +0900 Subject: [PATCH 1/2] #58 update actions yaml --- .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 8420741..89c9a15 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,4 @@ jobs: - run: npm install -g npm@latest - 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 From 77afaf6f48a6528ca858873b06788de112a00e77 Mon Sep 17 00:00:00 2001 From: ienaga Date: Thu, 5 Feb 2026 09:50:26 +0900 Subject: [PATCH 2/2] #58 update actions yaml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89c9a15..e19f070 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,4 +20,4 @@ jobs: - run: npm install -g npm@latest - run: npm install - run: npm run release - - run: npm publish --access public \ No newline at end of file + - run: npm publish \ No newline at end of file