From fd07595de49f015ff9f521caf2367cc3ab68c071 Mon Sep 17 00:00:00 2001 From: Victor Cuena Garcia Date: Thu, 10 Aug 2023 15:37:32 +0200 Subject: [PATCH] Add correct publish env variable --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 946e98a..958ac4f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,4 @@ jobs: - name: Deploy package run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file