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