X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fpublish-package.yml;h=dcb3b0734f3fdc576aafb0629c5b9172784fc8b8;hb=5b95eb9bcafda56ce57003da834cf4e153bb0509;hp=7d4bc36b8ae1b87acdb37c8be87c746972e64e15;hpb=d51af9f9d1d593a6cede31646120ea4a3ee05d82;p=poolifier.git diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 7d4bc36b..dcb3b073 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -49,19 +49,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # - name: Setup pnpm - # uses: pnpm/action-setup@v3 - # with: - # version: 8 - - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20.x' - # cache: 'pnpm' - - # - name: Install Dependencies - # run: pnpm install --ignore-scripts --frozen-lockfile - name: Read package.json version id: package-version @@ -69,7 +60,7 @@ jobs: - name: Publish Release if: ${{ contains(steps.package-version.outputs.version, '-') == false }} - run: npx jsr publish + run: npx jsr publish --allow-dirty publish-npm: needs: build