diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6e31a3..dbb4801 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} - name: Publish run: | - npm init --scope=@frontegg npm publish --tag latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 85b5ce6..2aa7da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontegg/cloudflare", - "version": "1.0.1", + "version": "1.0.2", "description": "CloudFlare API client (Frontegg Fork)", "author": "Terin Stock ", "bugs": {