diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1243dd0..e7bda84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' scope: '@bigmontz' - - run: yarn + - run: yarn install --frozen-lockfile - run: yarn publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file