diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b315e10a5..12b4167c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: - name: Bump Package Version run: node ./scripts/bumpVersionByCommit.js ${{ matrix.package }} - - run: npm publish --access public --tag next + - run: npm publish --access public working-directory: packages/${{ matrix.package }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}