From a9a69c3842e15a90c43993dc002cc5a51a0bfcac Mon Sep 17 00:00:00 2001 From: Jiwoo <63524088+jeongjiwoo0522@users.noreply.github.com> Date: Mon, 24 May 2021 13:49:19 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::=20npm-publish.yml=20run=20?= =?UTF-8?q?=EC=98=B5=EC=85=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 03b1a60..bd9ff16 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,7 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npx tsc - - run: npm publish + - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} @@ -47,6 +47,6 @@ jobs: registry-url: https://npm.pkg.github.com/ - run: npm ci - run: npx tsc - - run: npm publish + - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}