From e9ff6166ff6db6212f226b24fc423b8842276c30 Mon Sep 17 00:00:00 2001 From: Tony Bentley Date: Sun, 31 Dec 2023 15:33:17 -0800 Subject: [PATCH] fix: publishing --- .github/workflows/actions.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 2db2ebd..4857916 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -27,15 +27,11 @@ jobs: run: npm install - name: Build artifact - run: npm run build && rm -rf public && mv build public && ls public -la + run: npm run build && rm -rf public && mv build public - name: Semantic Release 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 }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}