From 725fcb1b687c262787369ff47f4de58cc105dcf0 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Fri, 26 May 2023 16:15:05 +0500 Subject: [PATCH] refactor: update ci file --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98e0c3b..18d48e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - name: Run semantic release env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} run: npx semantic-release id: ver outputs: @@ -51,4 +52,4 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Print version - run: echo ${{ needs.tests.outputs.output1 }} + run: echo ${{ needs.tests.outputs.output1 }} \ No newline at end of file