From b9caafb23b54afe174831e2d0e7e383beda15029 Mon Sep 17 00:00:00 2001 From: Tony Bentley Date: Sun, 31 Dec 2023 15:17:54 -0800 Subject: [PATCH] fix: publishing --- .github/workflows/actions.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index c616a60..2db2ebd 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -33,8 +33,9 @@ jobs: run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: publish - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: publish + # run: npm publish --access public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}