X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fpublish-package.yml;h=dcb3b0734f3fdc576aafb0629c5b9172784fc8b8;hb=ecde6ea8c439bbdd9dc2ca118731b5006a1a9884;hp=4aff90a30af9c12c1fd7ed9024c61fec53e90ef6;hpb=59776ec522876170418bbf0e75d58cb0f8fb9c9d;p=poolifier.git diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 4aff90a3..dcb3b073 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -49,30 +49,18 @@ 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 uses: jaywcjlove/github-action-package@main - # - name: Production Build - # run: pnpm build:prod - - 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