build(ci): cleanup release workflow
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 29 Mar 2024 01:48:47 +0000 (02:48 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 29 Mar 2024 01:48:47 +0000 (02:48 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/publish-package.yml

index 5a0c6c83bc14a26291f03a11e564384945e052d9..dcb3b0734f3fdc576aafb0629c5b9172784fc8b8 100644 (file)
@@ -49,27 +49,15 @@ 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 --allow-dirty