diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 68ad589..43cd9a6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,7 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ + scope: "@dforsber" - name: Install modules with frozen lockfile and build run: yarn install --frozen-lockfile --ignore-optional - name: Publish to repository diff --git a/package.json b/package.json index 5df5710..d7c6d54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "s3-selectable", - "version": "0.0.1", + "version": "0.0.2", "description": "S3 Select over Glue Table", "main": "build/index.js", "types": "build/index.d.ts",