From d6a1df40f83586c29ac1ba74a54ae00ccaf380ee Mon Sep 17 00:00:00 2001 From: ademarCardoso Date: Thu, 11 Jan 2024 15:49:31 -0300 Subject: [PATCH] chore: update `release.yml` file --- .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 eb799c7d..e0629156 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,5 +22,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ vars.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NODE_OAUTH_TOKEN }} run: npx semantic-release@19.0.5 --branches main