diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e25ce5..f898d11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,6 +89,12 @@ jobs: - name: Publish to npm run: npm publish + - name: Pack NPM Package + run: npm Pack + + - name: Check Directory + run: ls -la + - name: Upload Publish Artifact uses: actions/upload-artifact@v4 with: diff --git a/package.json b/package.json index 8cff0a5..eea258c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "utility" ], "license": "MIT", - "version": "0.13.0", + "version": "0.14.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",