From 09558ccdffd4d6a914c221b8af5e85a90cb2d9fc Mon Sep 17 00:00:00 2001 From: Eonasdan Date: Mon, 15 Aug 2022 21:19:52 -0400 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd979ee63..0e3c5f5ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,9 +15,9 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npm publish --access=public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + #- run: npm publish --access=public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Setup NuGet uses: NuGet/setup-nuget@v1.0.6 with: