diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 628c151..abcc9c2 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -28,8 +28,8 @@ jobs: - name: Build artifact run: npm run build && rm -rf public && mv build public && ls public -la - - name: publish dry-run + - name: publish run: npm publish - env: + env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}