diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b23f489..4300c9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,10 +21,11 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: + always-auth: true node-version: ${{ matrix.node-version }} - name: Publish run: | yarn yarn publish --new-version ${RELEASE_VERSION/v} env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}