From 1b02533936b0a1cd485e5bc65346abef3385b887 Mon Sep 17 00:00:00 2001 From: randilfernando Date: Sat, 30 Mar 2024 12:06:56 +0530 Subject: [PATCH] added missing build step --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 216078c..2909f77 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,6 +20,6 @@ jobs: - name: Build package run: npm run build - name: Publish package - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}