diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09d0b6031..36482c3bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: with: node-version: 16 cache: pnpm + registry-url: 'https://registry.npmjs.org' - name: Bump version run: pnpm version patch --commit-hooks false --git-tag-version false - uses: EndBug/add-and-commit@v9 diff --git a/package.json b/package.json index 678c6e906..e61cbb57f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omorphia", - "version": "0.0.49", + "version": "0.0.47", "description": "A beautiful Svelte component & style library", "scripts": { "dev": "svelte-kit dev",