From 027280f35d3dddf3cc27c6a33d43e5aa1915e838 Mon Sep 17 00:00:00 2001 From: Dillon Redding Date: Sat, 10 Sep 2022 17:00:42 -0500 Subject: [PATCH] Update npm-publish.yaml --- .github/workflows/npm-publish.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 8b2acc4..929e933 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -16,9 +16,7 @@ jobs: with: node-version: 16.x registry-url: https://registry.npmjs.org/ - - run: npm version ${{github.event.release.tag_name}} - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + - run: npm version ${{github.event.release.tag_name}} --no-git-tag-version - run: npm ci - run: npm publish --access public env: