From f46d894ee1f914b6c175cfc61deb8229401ffa7e Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Fri, 11 Oct 2024 16:09:23 -0500 Subject: [PATCH] bump --- .github/workflows/publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7b483dc..9b950ee 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,8 +20,10 @@ jobs: commit-message: "CI: bumps version to {{version}} [skip ci]" - name: write to .npmrc run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc + - name: build + run: npm run build - name: publish - run: npm publish --access=public + run: cd dist && npm publish --access=public - name: discord notification uses: sarisia/actions-status-discord@v1 if: always()