From 82853a7e12cd675f5c23127c0c97443869a71855 Mon Sep 17 00:00:00 2001 From: Chris Barbour Date: Sat, 16 Nov 2024 19:55:10 +0000 Subject: [PATCH] adding version to summary --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38f203e..865f462 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,9 +41,9 @@ jobs: run: npm pack - name: Authenticate with NPM registry - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - name: Publish NPM package - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' run: npm publish --access public