diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea2c8d1..1c92a9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,6 @@ jobs: - run: yarn build - run: yarn copy - run: cd dist - - run: yarn publish + - run: yarn publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index e41cc9d..093d71b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-json-editor", - "version": "0.25.33", + "version": "0.25.34", "description": "Angular2 component for editing large json documents", "keywords": [ "angular2",