From 815f16a1b7692063fc473a84341930fd0c87108b Mon Sep 17 00:00:00 2001 From: Chavez Harris Date: Tue, 18 Nov 2025 11:09:52 -0400 Subject: [PATCH] Refactor publish job: remove packaging steps and enable direct publish --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 925458b..ad1a449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,15 +70,5 @@ jobs: name: dist path: dist/ - - name: Pack - run: npm pack - - - name: Upload package - uses: actions/upload-artifact@v4 - with: - name: package-tarball - path: '*.tgz' - retention-days: 7 - - name: Publish (trusted publishing) - run: npm publish --dry-run \ No newline at end of file + run: npm publish \ No newline at end of file