diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c006c2..7b9c6fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,12 +15,6 @@ jobs: - uses: asdf-vm/actions/install@v3 - - name: ⚙️ Use Node.js - uses: actions/setup-node@v4 - with: - registry-url: "https://npm.pkg.github.com" - cache: "pnpm" - - name: Get pnpm store directory shell: bash run: | @@ -51,6 +45,7 @@ jobs: semantic_version: 19.0.5 branches: | ['main'] + ['ci/build-package'] env: CI: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}