From 529e2d07dde6bc998c09d66fea6b4999e4d15c0d Mon Sep 17 00:00:00 2001 From: Franco Date: Sat, 22 Jun 2024 03:57:26 +0300 Subject: [PATCH] fix: release --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39f841c..eeb4b22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,6 @@ jobs: run: yarn --frozen-lockfile - name: build run: yarn build - - name: Log NPM Token - run: echo ${{ secrets.NPM_TOKEN }} - env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Release to Github and NPM uses: cycjimmy/semantic-release-action@v4.1.0 with: @@ -49,6 +45,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} timeout-minutes: 10 permissions: contents: write