Update npm-publish.yml

This commit is contained in:
Jacob Nguyen
2024-06-02 20:31:47 -05:00
committed by GitHub
parent abcf69c2f6
commit d3c9e96d1a

View File

@@ -25,6 +25,7 @@ jobs:
with:
node-version: 20
- run: corepack enable
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: yarn set version classic
- run: yarn install --immutable
working-directory: ./packages/${{ github.event.inputs.package }}