From 14a6914be10c91622e8ac2847148a0a41633b608 Mon Sep 17 00:00:00 2001 From: rj-wowza Date: Wed, 12 Feb 2025 18:51:48 -0700 Subject: [PATCH] refactor: fa-734 automate npm publish --- .github/workflows/deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59d4ff9..7042185 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,8 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - # - name: Publish to NPMJS - # uses: JS-DevTools/npm-publish@v3 - # with: - # token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + - name: Publish to NPMJS + uses: JS-DevTools/npm-publish@v3 + with: + token: ${{ secrets.NPM_TOKEN }} + dry-run: true \ No newline at end of file