Update publish.yml

This commit is contained in:
Jacob Nguyen
2024-06-02 20:30:56 -05:00
committed by GitHub
parent ebf756d5dc
commit abcf69c2f6

View File

@@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: 18
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: corepack enable
- run: yarn set version classic
- run: yarn install