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