From 34cf462d03912bb793d7d44c60e1f83b5760382a Mon Sep 17 00:00:00 2001 From: Justin D'Errico Date: Thu, 31 Mar 2022 14:34:54 -0400 Subject: [PATCH] Use npm registry for publishing packages with github workflow (#85) --- .github/workflows/release.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc56d4b38..81cd72fb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' + registry-url: 'https://registry.npmjs.org' - name: Cache pnpm modules uses: actions/cache@v2 diff --git a/package.json b/package.json index 8c42af066..1dc607eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.0.3", + "version": "0.0.2", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "dist/lib/index.js",