From 3a0c1b09b84def37d9e5c00d63bd68f5db8ffc80 Mon Sep 17 00:00:00 2001 From: Alecsandria Missangu Date: Fri, 19 Jul 2024 10:38:53 +0100 Subject: [PATCH] chore(publish.yml): clean up from debugging --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3cd84a2..256861f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,8 +31,6 @@ jobs: node-version: 20 registry-url: "https://registry.npmjs.org" scope: "telicent-oss" - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} - name: Download build artifacts uses: actions/download-artifact@v3 @@ -41,3 +39,5 @@ jobs: path: ${{ github.workspace }}/dist - run: npm publish --access public --provenance + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}