diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 81e29fb..2b0ea96 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -42,18 +42,3 @@ jobs: continue-on-error: true env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Delete Current README.md - run: rm README.md - - - name: Modify README for JSR.io - run: mv JSR.md README.md - - - name: Move index.d.ts in src directory for JSR - run: cp dist/index.d.ts src/ - - - name: Install Deno - run: curl -fsSL https://deno.land/install.sh | sh - - - name: Publish JSR package using Deno - run: /home/runner/.deno/bin/deno publish --allow-slow-types --allow-dirty diff --git a/deno.json b/deno.json index 7d0d23d..cd34c31 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@thesgj/nextjs-toploader", - "version": "3.6.12", + "version": "3.6.13", "exports": "./src/index.tsx", "compilerOptions": { "jsx": "react-jsx", diff --git a/package.json b/package.json index c0f3544..4aafb1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-toploader", - "version": "3.6.12", + "version": "3.6.13", "description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.", "main": "dist/index.js", "types": "dist/index.d.ts",