diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab466c9a..d701422b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,8 @@ jobs: run: | cp README.md serverless-plugin [[ "${{ github.event.release.prerelease }}" = true ]] && export NPM_PUBLISH_ARGS="--tag next" || export NPM_PUBLISH_ARGS="" - npm publish ${NPM_PUBLISH_ARGS} --workspace slic-watch-core --workspace serverless-slic-watch-plugin + npm publish ${NPM_PUBLISH_ARGS} --workspace slic-watch-core --workspace serverless-slic-watch-plugin --include-workspace-root + npm publish ${NPM_PUBLISH_ARGS} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: SAR publish