diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37ac640f391..0dc6a9e2bb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,8 @@ jobs: - name: Publish NPM packages run: yarn workspaces foreach --all --no-private --parallel npm publish --access public --tag ${{ steps.tag.outputs.result }} + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} release-drive-docker-image: name: Release Drive to Docker Hub