From d8aff80464e75eca277d0f5b80ab5247cecb5a99 Mon Sep 17 00:00:00 2001 From: Daniel Rochetti Date: Thu, 21 Nov 2024 11:02:03 -0800 Subject: [PATCH] fix: update secret name to match current setup --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c33544f..cbcd66c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,4 +83,4 @@ jobs: cd dist/libs/${{ steps.tag-info.outputs.package }} npm publish --access public --tag ${{ steps.tag-info.outputs.npm_tag }} ${{ inputs.dry_run && '--dry-run' || '' }} env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}