diff --git a/.github/workflows/publish-to-registry.yml b/.github/workflows/publish-to-registry.yml index 8c598af..5025b3c 100644 --- a/.github/workflows/publish-to-registry.yml +++ b/.github/workflows/publish-to-registry.yml @@ -20,8 +20,12 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 + - name: "check yarn on path" + run: which yarn && yarn version - name: "Install Yarn" run: npm install -g yarn + - name: "check yarn on path" + run: which yarn && yarn version - name: "Install registry CLI" run: | npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/