diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7efe88b..0dcdc21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,3 +101,5 @@ jobs: - name: Publish packages run: | lerna publish ${{ env.PKG_VERSION }} --yes --no-git-reset --no-git-tag-version + env: + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file