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