Add registry-url to workflow

This commit is contained in:
venashial
2022-06-24 22:52:02 -07:00
parent 507f2a4c7c
commit 07f1103784
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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",