You've already forked AstralRinth
forked from didirus/AstralRinth
Add registry-url to workflow
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
run: pnpm version patch --commit-hooks false --git-tag-version false
|
run: pnpm version patch --commit-hooks false --git-tag-version false
|
||||||
- uses: EndBug/add-and-commit@v9
|
- uses: EndBug/add-and-commit@v9
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "omorphia",
|
"name": "omorphia",
|
||||||
"version": "0.0.49",
|
"version": "0.0.47",
|
||||||
"description": "A beautiful Svelte component & style library",
|
"description": "A beautiful Svelte component & style library",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "svelte-kit dev",
|
"dev": "svelte-kit dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user